Skip to content

Commit

Permalink
Install prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
wesm committed May 22, 2024
1 parent 0d1632d commit 53db001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/positron-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
ref: ${{ github.head_ref }}
- name: prettier
working-directory: ${{ env.PYTHON_DIR }}
run: npm run format-fix
run: npm install prettier && npm run format-fix
- name: Check for modified files
id: git-check
run: echo "modified=$(if git diff-index --quiet HEAD --; then echo "false"; else echo "true"; fi)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 53db001

Please sign in to comment.