We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c07e28b commit dd69ba3Copy full SHA for dd69ba3
1 file changed
.github/workflows/go.yml
@@ -25,3 +25,8 @@ jobs:
25
26
- name: Test
27
run: go test -v ./...
28
+
29
+ - name: Static Analysis
30
+ uses: dominikh/staticcheck-action@ba605356b4b29a60e87ab9404b712f3461e566dc # pin@v1.3.0
31
+ with:
32
+ install-go: false
0 commit comments