Skip to content

Commit 7d9dedc

Browse files
committed
gha: add golangci-lint
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 6462c5f commit 7d9dedc

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ jobs:
2020
uses: actions/checkout@v6
2121
- name: Test
2222
run: go test -v ./...
23+
- name: Lint
24+
uses: golangci/golangci-lint-action@v9
25+
with:
26+
version: v2.11
2327
- name: Test Blake3
2428
run: go test -v ./...
2529
working-directory: blake3
30+
- name: Lint Blake3
31+
uses: golangci/golangci-lint-action@v6
32+
with:
33+
version: v1.63

0 commit comments

Comments
 (0)