Updates workflows

This commit is contained in:
Mouse Reeve
2022-02-15 12:25:35 -08:00
parent b601ac6f91
commit 714bb081ea
9 changed files with 10 additions and 1551 deletions

View File

@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
run: yarn dev-tools
# See .stylelintignore for files that are not linted.
- name: Run stylelint

View File

@ -17,8 +17,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install modules
run: npm install .
run: npm install dev-tools
# See .stylelintignore for files that are not linted.
- name: Run Prettier
run: npx prettier --check bookwyrm/static/js/*.js