Skip to content

Commit

Permalink
Add lint
Browse files Browse the repository at this point in the history
  • Loading branch information
invliD authored Feb 18, 2024
1 parent 584dbb7 commit 301f3f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ jobs:
go-version: '1.21'
- name: Build
run: go build
- name: Format
run: test -z $(gofmt -l .) || (gofmt -d . && exit 1)

0 comments on commit 301f3f4

Please sign in to comment.