We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4bf3ec commit f6ec9bdCopy full SHA for f6ec9bd
1 file changed
.github/workflows/test.yml
@@ -21,6 +21,14 @@ jobs:
21
uses: actions/checkout@v6
22
- name: Test
23
run: go test -v ./...
24
+ - name: Lint
25
+ uses: golangci/golangci-lint-action@v9
26
+ with:
27
+ version: v2.11
28
- name: Test Blake3
29
30
working-directory: blake3
31
+ - name: Lint Blake3
32
+ uses: golangci/golangci-lint-action@v6
33
34
+ version: v1.63
0 commit comments