Skip to content

Commit c7ad45a

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

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
@@ -27,6 +27,14 @@ jobs:
2727
uses: actions/checkout@v4
2828
- name: Test
2929
run: go test -v ./...
30+
- name: Lint
31+
uses: golangci/golangci-lint-action@v6
32+
with:
33+
version: v1.63
3034
- name: Test Blake3
3135
run: go test -v ./...
3236
working-directory: blake3
37+
- name: Lint Blake3
38+
uses: golangci/golangci-lint-action@v6
39+
with:
40+
version: v1.63

0 commit comments

Comments
 (0)