Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
ImprovedTube authored Jul 17, 2024
1 parent ba3074a commit b1f6105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eslint_csslint_jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Lint CSS files
run: |
find css\&js -type f -name '*.css' -exec sh -c 'for file do npx csslint --config tests/csslint_rules.json "$file"; done' sh {} +
find js\&css -type f -name '*.css' -exec sh -c 'for file do npx csslint --config tests/csslint_rules.json "$file"; done' sh {} +

0 comments on commit b1f6105

Please sign in to comment.