Skip to content

Commit

Permalink
[ignore] Add check for missed vendor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
samiib committed Apr 28, 2024
1 parent 4d5f9fd commit cdf74b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
- run: chmod +x ./scripts/gofmtcheck.sh
- name: gofmt Check
run: ./scripts/gofmtcheck.sh
- run: go mod tidy
- run: go mod vendor
- name: Check vendor for changes
run: git diff --exit-code
- name: Build
run: go build -v

Expand Down

0 comments on commit cdf74b8

Please sign in to comment.