feat: verify with the JSONSchema by default (#1171)

This commit is contained in:
Ludovic Fernandez
2025-02-15 15:02:58 +01:00
committed by GitHub
parent 0e58f8e7ab
commit 8d744d5b7f
5 changed files with 104 additions and 33 deletions

View File

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