Support only-new-issues (#19)

Fixes #16
This commit is contained in:
Denis Isaev
2020-05-22 10:36:12 +03:00
committed by GitHub
parent 64c208bfbc
commit 10cbc929b3
9 changed files with 62797 additions and 8056 deletions

View File

@ -37,6 +37,9 @@ jobs:
# Optional: golangci-lint command line arguments.
# args: --issues-exit-code=0
# Optional: show only new issues if it's a pull request. The default value is `false`.
# only-new-issues: true
```
We recommend running this action in a job separate from other jobs (`go test`, etc)