Skip to content

Commit

Permalink
Add GH action to check for go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
colmsnowplow committed Sep 11, 2024
1 parent 7c2477d commit f243b2a
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 @@ -80,3 +80,6 @@ jobs:

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

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

0 comments on commit f243b2a

Please sign in to comment.