Skip to content

Commit f6ec9bd

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

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

0 commit comments

Comments
 (0)