Skip to content

test: add newlines to README #18

test: add newlines to README

test: add newlines to README #18

Workflow file for this run

on: [push]
name: lint
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/linelint@master
id: linelint