Skip to content

Commit

Permalink
Revert "fix: fails when there are format differences (#2226)"
Browse files Browse the repository at this point in the history
This reverts commit 41cc83b.
  • Loading branch information
ykadowak committed Nov 30, 2023
1 parent 7e309b4 commit 59c7350
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
git checkout go.mod go.sum
- name: Check format difference
continue-on-error: true
run: |
if git diff --quiet --exit-code; then
echo "Nothing updated"
Expand Down

0 comments on commit 59c7350

Please sign in to comment.