Skip to content

Commit 1419af5

Browse files
authored
Merge pull request #10 from step-security/fix/workflow
fix: Added workflows to be ignored during diff check
2 parents 8c505e1 + 67f12e4 commit 1419af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
npm install
2727
npm run all
2828
- run: |
29-
git diff --exit-code ':!dist/index.js.map' ':!badges/coverage.svg'
29+
git diff --exit-code ':!dist/index.js.map' ':!badges/coverage.svg' ':!.github/workflows'
3030
test: # make sure the action works on a clean machine without building
3131
runs-on: ${{ matrix.os }}
3232
strategy:

0 commit comments

Comments
 (0)