feat: verify with the JSONSchema by default (#1171)
This commit is contained in:
committed by
GitHub
parent
0e58f8e7ab
commit
8d744d5b7f
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -70,7 +70,6 @@ jobs:
|
||||
version: ${{ matrix.version }}
|
||||
args: --timeout=5m --issues-exit-code=0 ./sample/...
|
||||
only-new-issues: true
|
||||
verify: true
|
||||
|
||||
test-go-install: # make sure the action works on a clean machine without building (go-install mode)
|
||||
needs: [ build ]
|
||||
@ -101,7 +100,6 @@ jobs:
|
||||
args: --timeout=5m --issues-exit-code=0 ./sample/...
|
||||
only-new-issues: true
|
||||
install-mode: goinstall
|
||||
verify: true
|
||||
|
||||
test-go-mod:
|
||||
needs: [ build ]
|
||||
@ -127,4 +125,3 @@ jobs:
|
||||
with:
|
||||
working-directory: ${{ matrix.wd }}
|
||||
args: --timeout=5m --issues-exit-code=0 ./...
|
||||
verify: true
|
||||
|
Reference in New Issue
Block a user