Skip to content

Commit

Permalink
Add go mod vendor check in CI (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
jotak authored Mar 26, 2024
1 parent 3a12ba2 commit a5bcf49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
run: sudo apt -y install make
- name: Run verification and tests
run: make lint test cov-exclude-generated
- name: check clean vendors
run: go mod vendor
- name: Report coverage
if: ${{ matrix.go == '1.21' }}
uses: codecov/codecov-action@v2.1.0
with:
files: ./cover.out
Expand Down

0 comments on commit a5bcf49

Please sign in to comment.