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 ca07226 commit 538d7ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/enforce-go-mod-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ jobs:
- name: Go mod tidy for test server
working-directory: ./test/test-server
run: go mod tidy
- 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

0 comments on commit 538d7ae

Please sign in to comment.