Skip to content

Commit

Permalink
[#819] Add check for go.mod and go.sum files
Browse files Browse the repository at this point in the history
  • Loading branch information
brusdev committed Mar 7, 2024
1 parent da6cace commit 846bc05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
cpus: 2
memory: 4g

- name: Check go.mod and go.sum files
run: go mod tidy && git status && git diff-index --quiet HEAD --

- name: Check generate files
run: make generate-deploy && make bundle && git status && git diff-index --quiet HEAD --

Expand Down

0 comments on commit 846bc05

Please sign in to comment.