mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-12 22:11:15 +00:00
use exit code 0
This commit is contained in:
parent
04ae938712
commit
542ddbcf10
1 changed files with 1 additions and 0 deletions
1
.github/workflows/golangci.yml
vendored
1
.github/workflows/golangci.yml
vendored
|
|
@ -12,3 +12,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.github_token }}
|
github_token: ${{ secrets.github_token }}
|
||||||
directory: sample
|
directory: sample
|
||||||
|
flags: --issues-exit-code 0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue