Skip to content

Commit

Permalink
feat: go mod tidy check
Browse files Browse the repository at this point in the history
  • Loading branch information
zl03jsj committed Sep 26, 2022
1 parent 1194d3a commit 80d53c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/common_go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
- name: Detect changes
run: |
go mod tidy
git status --porcelain
test -z "$(git status --porcelain)"
Expand Down

0 comments on commit 80d53c4

Please sign in to comment.