5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
npm install
|
||||
npm run prepare-deps
|
||||
npm run all
|
||||
git diff && git diff --cached
|
||||
git diff --exit-code
|
||||
test: # make sure the action works on a clean machine without building
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@ -23,5 +23,4 @@ jobs:
|
||||
- uses: ./
|
||||
with:
|
||||
version: v1.26
|
||||
args: --issues-exit-code=0 ./sample/...
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
args: --issues-exit-code=0 ./sample/...
|
Reference in New Issue
Block a user