Skip to content

Commit

Permalink
check go mod tidy is clean
Browse files Browse the repository at this point in the history
  • Loading branch information
srerickson committed Dec 13, 2024
1 parent 8e73006 commit f30b26c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@ jobs:
imageName: ghcr.io/${{ github.repository_owner }}/ocfl-go-devcontainer
eventFilterForPush: pull_request
runCmd: |
# go mod tidy shouldn't introduce changes
go mod tidy
git diff --exit-code
go test ./... -count=5 -race

0 comments on commit f30b26c

Please sign in to comment.