Skip to content

Commit 67f12e4

Browse files
committed
fix: Added workflows to be ignored during diff check
1 parent 8c505e1 commit 67f12e4

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)