Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "fix: fails when there are format differences (#2226)"
Browse files Browse the repository at this point in the history
This reverts commit 41cc83b.
ykadowak committed Nov 30, 2023
1 parent b719bca commit de239a4
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
@@ -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"

0 comments on commit de239a4

Please sign in to comment.