fix by golint
This commit is contained in:
parent
5b3c524e0a
commit
174a597b39
3 changed files with 4 additions and 9 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -36,12 +36,6 @@ jobs:
|
|||
- name: Run staticcheck
|
||||
run: staticcheck ./...
|
||||
working-directory: raylib
|
||||
- name: Install golint
|
||||
run: go install golang.org/x/lint/golint@latest
|
||||
working-directory: raylib
|
||||
- name: Run golint
|
||||
run: golint ./...
|
||||
working-directory: raylib
|
||||
- name: Run tests
|
||||
run: go test -race -vet=off ./...
|
||||
working-directory: raylib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue