Skip to content

Commit

Permalink
fix: pre commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed Jul 29, 2024
1 parent 538d7ae commit 06a718c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/enforce-go-mod-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: git status
run: git status
- name: Check for file changes by go mod tidy
run: git status | grep -q 'nothing to commit, working directory clean' && exit 0 || exit 1
run: git status | grep -q 'nothing to commit, working tree clean' && exit 0 || exit 1

0 comments on commit 06a718c

Please sign in to comment.