Skip to content

Commit

Permalink
check go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
enrichman committed Jan 3, 2025
1 parent ee00b08 commit 1f00b71
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: ${{env.GO_VERSION}}

- name: Check go modules
run: |
go mod tidy
test -z "$(git status --porcelain)"
- name: Install tools
run: |
Expand Down

0 comments on commit 1f00b71

Please sign in to comment.