Try again with yarn added as separate step

This commit is contained in:
Mouse Reeve 2022-02-15 12:37:28 -08:00
parent 4428c0f14d
commit 7ff1ad7c83

View file

@ -24,6 +24,9 @@ jobs:
- name: Install modules
run: npm install dev-tools
- name: Yarn install
run: yarn
# See .stylelintignore for files that are not linted.
- name: Run stylelint
run: >