Skip to content

Commit a0a5b15

Browse files
committed
updates
Signed-off-by: Jess Frazelle <[email protected]>
1 parent e366da0 commit a0a5b15

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ jobs:
3939
export PATH=${PATH}:`go env GOPATH`/bin
4040
go get golang.org/x/lint/golint
4141
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
4842
- name: vet
4943
shell: bash
5044
run: |
@@ -62,6 +56,12 @@ jobs:
6256
make cover
6357
env:
6458
KITTYCAD_API_TOKEN: ${{secrets.KITTYCAD_API_TOKEN}}
59+
- name: staticcheck
60+
shell: bash
61+
run: |
62+
export PATH=${PATH}:`go env GOPATH`/bin
63+
go get honnef.co/go/tools/cmd/staticcheck@latest
64+
make staticcheck
6565
- name: Upload coverage to Codecov
6666
uses: codecov/codecov-action@v3
6767
with:

0 commit comments

Comments
 (0)