Skip to content

Commit 4883c53

Browse files
authored
Update check-badges.yml
1 parent b54d067 commit 4883c53

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/check-badges.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
run: node check-badges.js
3333

34+
- name: Clean up untracked files
35+
run: |
36+
rm -rf node_modules package-lock.json package.json
37+
3438
- name: Check for changes
3539
run: |
3640
git add badges.json

0 commit comments

Comments
 (0)