fix by golint

This commit is contained in:
Konstantin8105 2022-11-26 21:02:24 +03:00
parent 5b3c524e0a
commit 174a597b39
3 changed files with 4 additions and 9 deletions

View file

@ -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