Skip to content

Commit

Permalink
ci(lint): enable submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMarble committed May 1, 2024
1 parent ede7fbc commit 70907ea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: 1.22
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3

0 comments on commit 70907ea

Please sign in to comment.