Skip to content

Commit

Permalink
Add a missing dot
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre authored Aug 6, 2020
1 parent 88673f8 commit 96931c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
npm test
- name: Run bin/analyze-css.js for CSS file
run: /bin/analyze-css.js --file examples/ti.mobile.css -p | grep metrics -B2
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 96931c2

Please sign in to comment.