Skip to content

Commit dd69ba3

Browse files
committed
Add static analysis
1 parent c07e28b commit dd69ba3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/go.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,8 @@ jobs:
2525

2626
- name: Test
2727
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

Comments
 (0)