Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
DustTheory committed Sep 6, 2024
1 parent 79c2a1a commit c21cee5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ jobs:
go mod download
go mod tidy
- name: Verify dependencies
run: |
go list -m all
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
version: latest

0 comments on commit c21cee5

Please sign in to comment.