Skip to content

Commit

Permalink
Add GH action to check for go mod tidy (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
colmsnowplow authored Sep 11, 2024
1 parent 7c2477d commit 45c34bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
check-latest: true
cache: true

- name: Check if go mod tidy should be run
uses: katexochen/go-tidy-check@v2

- name: Extract project version from file
id: version
run: |
Expand Down Expand Up @@ -79,4 +82,4 @@ jobs:
run: make e2e-up

- name: Run e2e tests
run: make e2e-test
run: make e2e-test

0 comments on commit 45c34bb

Please sign in to comment.