Skip to content

Commit 0c60b36

Browse files
committed
chore: remove unused deps
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
1 parent f7f7415 commit 0c60b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
npm ci
2424
npm run all
2525
- run: |
26-
git diff --exit-code ':!dist/index.js.map' ':!badges/coverage.svg'
26+
git diff --exit-code ':!dist/index.js.map'
2727
test: # make sure the action works on a clean machine without building
2828
runs-on: ${{ matrix.os }}
2929
permissions:

0 commit comments

Comments
 (0)