Skip to content

Commit

Permalink
added find unused styles into lint.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gedu committed Sep 11, 2023
1 parent 261adb0 commit 82cf626
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/findUnusedStyles.yml

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ jobs:
echo 'Error: Prettier diff detected! Please run `npm run prettier` and commit the changes.'
exit 1
fi
- name: Run unused style searcher
shell: bash
run: ./.github/scripts/findUnusedKeys.sh

0 comments on commit 82cf626

Please sign in to comment.