Skip to content

Commit

Permalink
ci: Check go mod tidy was ran
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoykov committed Jan 13, 2022
1 parent 2f18b83 commit 426d8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Check dependencies
run: |
go version
test -z "$(go mod vendor && git status --porcelain)"
test -z "$(go mod tidy && go mod vendor && git status --porcelain)"
go mod verify
- name: Check code generation
run: |
Expand Down

0 comments on commit 426d8ba

Please sign in to comment.