Skip to content

Commit d7ab699

Browse files
committed
gha: add golangci-lint
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 488466d commit d7ab699

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
@@ -22,6 +22,14 @@ jobs:
2222
uses: actions/checkout@v6
2323
- name: Test
2424
run: go test -v ./...
25+
- name: Lint
26+
uses: golangci/golangci-lint-action@v9
27+
with:
28+
version: v2.11
2529
- name: Test Blake3
2630
run: go test -v ./...
2731
working-directory: blake3
32+
- name: Lint Blake3
33+
uses: golangci/golangci-lint-action@v9
34+
with:
35+
version: v2.11

0 commit comments

Comments
 (0)