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 e366da0 commit a0a5b15Copy full SHA for a0a5b15
.github/workflows/build-test.yml
@@ -39,12 +39,6 @@ jobs:
39
export PATH=${PATH}:`go env GOPATH`/bin
40
go get golang.org/x/lint/golint
41
make lint
42
- - name: staticcheck
43
- shell: bash
44
- run: |
45
- export PATH=${PATH}:`go env GOPATH`/bin
46
- go get honnef.co/go/tools/cmd/staticcheck@latest
47
- make staticcheck
48
- name: vet
49
shell: bash
50
run: |
@@ -62,6 +56,12 @@ jobs:
62
56
make cover
63
57
env:
64
58
KITTYCAD_API_TOKEN: ${{secrets.KITTYCAD_API_TOKEN}}
59
+ - name: staticcheck
60
+ shell: bash
61
+ run: |
+ export PATH=${PATH}:`go env GOPATH`/bin
+ go get honnef.co/go/tools/cmd/staticcheck@latest
+ make staticcheck
65
- name: Upload coverage to Codecov
66
uses: codecov/codecov-action@v3
67
with:
0 commit comments