mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 11:18:54 +01:00
.github/workflows: bug fix: wrong filepath
This commit is contained in:
parent
3ced2ec6c7
commit
4dcc961139
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -64,7 +64,7 @@ jobs:
|
||||
|
||||
- name: go vet
|
||||
run: |
|
||||
go list -tags=example ./... | grep -v -x -F -f govetblock.txt | xargs go vet
|
||||
go list -tags=example ./... | grep -v -x -F -f .github/workflows/govetblock.txt | xargs go vet
|
||||
|
||||
- name: go vet (vettool)
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user