Skip to content

Commit

Permalink
chore: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zstone12 committed Oct 28, 2024
1 parent 131e03a commit 2430ab3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Lint
- name: Lint1
run: |
go vet -stdmethods=false $(go list ./...)
- name: Lint2
run: |
go install mvdan.cc/gofumpt@v0.5.0
test -z "$(gofumpt -l -extra .)"
Expand Down

0 comments on commit 2430ab3

Please sign in to comment.