Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bayashi committed Jan 13, 2024
1 parent 7b3e7be commit 0c6bed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-staticcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Check diff of goimports
run: |
go install golang.org/x/tools/cmd/goimports@latest
goimports -w . && git diff -s --exit-code || git diff
goimports -w . && git diff -s --exit-code
- name: Setup staticcheck
uses: dominikh/[email protected]
with:
Expand Down

0 comments on commit 0c6bed5

Please sign in to comment.