Skip to content

Commit

Permalink
Update prettier.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FineArchs authored Jan 25, 2024
1 parent 62ebfae commit c5dda48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
- run: npm ci
if: steps.cache.outputs.cache-hit != 'true'
- run: npx prettier --check src
- run: npm run prettier
if: ${{ failure() }}
- name: Create or Update PR
if: ${{ failure() }}
run: |
npx prettier --write --log-level silent
BASE_BRANCH=$( git rev-parse --abbrev-ref HEAD )
HEAD_BRANCH="prettier/$BASE_BRANCH"
git config --global user.email "[email protected]"
Expand Down

0 comments on commit c5dda48

Please sign in to comment.