Skip to content

Commit

Permalink
chore: hopefully nice check for mod tidiness
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed Feb 22, 2024
1 parent 85fd8eb commit 26244b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}

- name: ensure go mod is tidy
run: |
git diff --exit-code --name-only go.mod go.sum 2>&1
- name: install go lint tools
run: |
go install mvdan.cc/gofumpt@${{ vars.GOFUMPT_VERSION }}
Expand Down

0 comments on commit 26244b0

Please sign in to comment.