Add linting

Adds linting and fixes a couple of linting issues. Closes #6.
This commit is contained in:
Thomas Stringer 2022-06-29 20:59:23 -04:00
parent 14ea447010
commit 3ebd1205a6
3 changed files with 9 additions and 3 deletions

View file

@ -22,3 +22,5 @@ jobs:
VERSION: latest
- name: Test
run: make test
- name: Lint
run: make lint