mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 20:18:59 +01:00
parent
ac61126473
commit
3ced2ec6c7
2
.github/workflows/govetblock.txt
vendored
Normal file
2
.github/workflows/govetblock.txt
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
github.com/hajimehoshi/ebiten/v2/internal/glfwwin
|
||||
github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/directx
|
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -63,9 +63,8 @@ jobs:
|
||||
Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
|
||||
|
||||
- name: go vet
|
||||
if: ${{ !startsWith(matrix.os, 'windows-') }} # TODO: Fix go vet errors on Windows. (#1306)
|
||||
run: |
|
||||
go vet -tags=example -v ./...
|
||||
go list -tags=example ./... | grep -v -x -F -f govetblock.txt | xargs go vet
|
||||
|
||||
- name: go vet (vettool)
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user