Skip to content

Commit

Permalink
ci: add modcheck job to lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
obnoxxx committed Oct 16, 2024
1 parent 7bf6126 commit 41e1a23
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,18 @@ jobs:
ignore_paths: 'vendor'
disable_matcher: false
format: gcc


modcheck:
name: modcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
name: run mod check
run: make mod.check

0 comments on commit 41e1a23

Please sign in to comment.