Skip to content

Commit

Permalink
test npm init blargh
Browse files Browse the repository at this point in the history
  • Loading branch information
Frenzie committed Feb 29, 2024
1 parent d7a1f52 commit 1b0039e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# No cache, there are complaints about lockfiles that we don't want otherwise. See <https://github.com/actions/setup-node/issues/928>.
# cache: 'npm'

- run: npm install stylelint stylelint-config-standard
- run: npm init stylelint --yes

- name: Check CSS syntax
run: npm run stylelint
run: npx stylelint "**/*.css"

0 comments on commit 1b0039e

Please sign in to comment.