Skip to content

Update(README): Thesis link #17

Update(README): Thesis link

Update(README): Thesis link #17

Workflow file for this run

on: [push, pull_request]
name: lint
jobs:
lint:
runs-on: ubuntu-latest
name: Check if all files end in newline
steps:
- uses: actions/checkout@v2
- uses: fernandrone/linelint@master
id: linelint