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

@ -15,7 +15,6 @@ jobs:
npm install
npm run prepare-deps
npm run all
git diff --exit-code
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
@ -23,5 +22,5 @@ jobs:
- uses: ./
with:
version: v1.26
args: --issues-exit-code=0 ./...
working-directory: sample
args: --issues-exit-code=0 ./sample/...
only-new-issues: true