Try ci with yarn instead of npx
This commit is contained in:
parent
60b2453d4d
commit
c054ccc84b
|
@ -22,12 +22,15 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install modules
|
||||
run: npm install ./dev-tools
|
||||
run: npm install dev-tools
|
||||
|
||||
- name: Yarn install
|
||||
run: yarn
|
||||
|
||||
# See .stylelintignore for files that are not linted.
|
||||
- name: Run stylelint
|
||||
run: >
|
||||
npx stylelint bookwyrm/static/css/*.css \
|
||||
yarn stylelint bookwyrm/static/css/*.css \
|
||||
--config dev-tools/.stylelintrc.js
|
||||
|
||||
# See .eslintignore for files that are not linted.
|
||||
|
|
Loading…
Reference in New Issue