Skip to content

Commit

Permalink
ci: verify go.mod and vendor directory
Browse files Browse the repository at this point in the history
Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com>
  • Loading branch information
snprajwal committed May 30, 2023
1 parent ead8b6c commit 7445814
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ jobs:
version: latest
only-new-issues: true

gomod:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: verify go.mod/go.sum
run: |
make vendor
git diff --exit-code
lint_markdown:
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 7445814

Please sign in to comment.