Skip to content

Commit

Permalink
[GHA] Run golangci-lint on benchmarks.
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rj1k committed Mar 19, 2024
1 parent 8b2ba9f commit 2373e49
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,16 @@ jobs:
with:
go-version: '1.22'
cache: false
- name: golangci-lint
- name: golangci-lint (code)
uses: golangci/golangci-lint-action@v4
with:
version: v1.56.2
skip-cache: true
install-mode: "binary"
- name: golangci-lint (benchmarks)
uses: golangci/golangci-lint-action@v4
with:
version: v1.56.2
skip-cache: true
install-mode: "binary"
working-directory: benchmarks

0 comments on commit 2373e49

Please sign in to comment.