mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-13 06:21:15 +00:00
wip: debug
This commit is contained in:
parent
6cfba591bb
commit
613697a009
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -128,6 +128,7 @@ jobs:
|
|||
go-version: oldstable
|
||||
- uses: ./
|
||||
with:
|
||||
working-directory: ${{ matrix.wd }}
|
||||
working-directory: sample-go-mod
|
||||
#working-directory: ${{ matrix.wd }}
|
||||
args: --timeout=5m --issues-exit-code=0 ./...
|
||||
verify: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue