We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c505e1 + 67f12e4 commit 1419af5Copy full SHA for 1419af5
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
npm install
27
npm run all
28
- run: |
29
- git diff --exit-code ':!dist/index.js.map' ':!badges/coverage.svg'
+ git diff --exit-code ':!dist/index.js.map' ':!badges/coverage.svg' ':!.github/workflows'
30
test: # make sure the action works on a clean machine without building
31
runs-on: ${{ matrix.os }}
32
strategy:
0 commit comments