Skip to content

Commit

Permalink
Run bin/analyze-css.js for SCSS file
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre committed Aug 6, 2020
1 parent 872968d commit 88673f8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
npm install node-sass@4.14.1
npm test
- name: Check that "binary" script works
run: |
./bin/analyze-css.js --file examples/ti.mobile.css -p | grep metrics -B2
./bin/analyze-css.js --file examples/base.scss -p | grep offenders -A3
- name: Run bin/analyze-css.js for CSS file
run: /bin/analyze-css.js --file examples/ti.mobile.css -p | grep metrics -B2

- name: Run bin/analyze-css.js for SCSS file
run: ./bin/analyze-css.js --file examples/base.scss -p | grep offenders -A3

0 comments on commit 88673f8

Please sign in to comment.