Skip to content

Commit

Permalink
ci: remove unnecessary -s flag fromn gofumpt
Browse files Browse the repository at this point in the history
Signed-off-by: Utku Ozdemir <uoz@protonmail.com>
  • Loading branch information
utkuozdemir committed Feb 8, 2022
1 parent 2d21940 commit 76d7496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Install gofumpt
run: go install mvdan.cc/gofumpt@v0.2.1
- name: Ensure code is properly formatted using gofumpt
run: test -z "$(gofumpt -s -d .)"
run: test -z "$(gofumpt -d .)"
- name: Run linters
uses: golangci/golangci-lint-action@v2.5.2
with:
Expand Down

0 comments on commit 76d7496

Please sign in to comment.