Skip to content

Adding workflows

Adding workflows #2

Workflow file for this run

name: linelint
on:
push:
branches: [ "main" ]
pull_request:
jobs:
linelint:
runs-on: ubuntu-latest
name: Check if all files end in newline
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Linelint
uses: fernandrone/[email protected]
id: linelint