Add linting (#23)
Adds linting and fixes a couple of linting issues. Closes #6.
This commit is contained in:
parent
14ea447010
commit
816ea3dd2b
3 changed files with 9 additions and 3 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -22,3 +22,5 @@ jobs:
|
|||
VERSION: latest
|
||||
- name: Test
|
||||
run: make test
|
||||
- name: Lint
|
||||
run: make lint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue