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 6ae0e08 commit dc890b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/eslint_csslint_jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ jobs:

- name: Lint CSS files
run: |
for file in $(grep -r -l --include='*.css' '' ./); do npx csslint --config tests/csslint_rules.json "$file"; done
for file in $(grep -rl --include='*.css' '' ./); do npx csslint --config tests/csslint_rules.json "$file"; done

0 comments on commit dc890b8

Please sign in to comment.