mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +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 &
|
Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
|
||||||
|
|
||||||
- name: go vet
|
- name: go vet
|
||||||
if: ${{ !startsWith(matrix.os, 'windows-') }} # TODO: Fix go vet errors on Windows. (#1306)
|
|
||||||
run: |
|
run: |
|
||||||
go vet -tags=example -v ./...
|
go list -tags=example ./... | grep -v -x -F -f govetblock.txt | xargs go vet
|
||||||
|
|
||||||
- name: go vet (vettool)
|
- name: go vet (vettool)
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user