Skip to content

Commit a7d3e0b

Browse files
authored
Merge branch 'main' into addtests
2 parents 7193443 + 2833127 commit a7d3e0b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,7 @@ jobs:
3737
run: test -z $(go fmt ./...)
3838

3939
- name: Install staticcheck
40-
run: go install honnef.co/go/tools/cmd/staticcheck@latest
40+
run: go install honnef.co/go/tools/cmd/staticcheck@latest
41+
42+
43+

0 commit comments

Comments
 (0)