Merge pull request #2903 from bookwyrm-social/prettier-update

Fixes prettier JS complaints
This commit is contained in:
Mouse Reeve 2023-07-16 07:13:23 -07:00 committed by GitHub
commit c2a7b9a77b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install modules
run: npm install prettier
run: npm install prettier@2.5.1
- name: Run Prettier
run: npx prettier --check bookwyrm/static/js/*.js