Skip to content

Commit

Permalink
fix: ci-fmt use inappropriate target
Browse files Browse the repository at this point in the history
  • Loading branch information
ozline committed Oct 8, 2024
1 parent a7e3f4f commit 2382358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
run: |
echo "refer to https://github.com/mvdan/gofumpt for detailed info" &&
GO111MODULE=on go install mvdan.cc/[email protected] &&
make fmt-strict && git add pkg cmd &&
git diff --cached --exit-code || (echo 'Please run "make fmt-strict" to verify fmt' && exit 1);
make fmt && git add pkg cmd &&
git diff --cached --exit-code || (echo 'Please run "make fmt" to verify fmt' && exit 1);
vet:
name: Vet
Expand Down

0 comments on commit 2382358

Please sign in to comment.