Skip to content

Commit

Permalink
Update autoformat.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lilgreenbird authored Feb 14, 2024
1 parent c2647b3 commit 72ed5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autoformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
ref: ${{ github.head_ref }}
- name: prettier
run: npx prettier --write src/**/*.js
run: npx prettier --write src/**/*.java
- 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 72ed5d8

Please sign in to comment.