fix: move configuration file

This commit is contained in:
Fernandez Ludovic 2025-02-13 23:03:52 +01:00
parent 613697a009
commit 594fb07c1e
2 changed files with 1 additions and 2 deletions

View file

@ -128,7 +128,6 @@ jobs:
go-version: oldstable go-version: oldstable
- uses: ./ - uses: ./
with: with:
working-directory: sample-go-mod working-directory: ${{ matrix.wd }}
#working-directory: ${{ matrix.wd }}
args: --timeout=5m --issues-exit-code=0 ./... args: --timeout=5m --issues-exit-code=0 ./...
verify: true verify: true