Skip to content

Commit

Permalink
Also run "go mod tidy" as part of the diff check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbakker committed Jan 14, 2024
1 parent f5d8d26 commit 6d56aa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
diagnostic-endpoint:
- name: No diff
run: |
nix develop -c go mod tidy
nix develop -c go generate ./...
git diff --exit-code
- name: Test
Expand Down

0 comments on commit 6d56aa3

Please sign in to comment.