Skip to content

Commit

Permalink
Add linter to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
revelaction committed Oct 19, 2023
1 parent 1176e7d commit e7d79fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@ jobs:

- name: Test
run: go test -v ./...

- name: Lint
uses: dominikh/[email protected]
with:
install-go: false

0 comments on commit e7d79fd

Please sign in to comment.