Skip to content

Commit

Permalink
Merge pull request #2903 from bookwyrm-social/prettier-update
Browse files Browse the repository at this point in the history
Fixes prettier JS complaints
  • Loading branch information
mouse-reeve authored Jul 16, 2023
2 parents 61037cf + 245ae35 commit c2a7b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c2a7b9a

Please sign in to comment.