Skip to content

Commit

Permalink
Add branch after formting
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamir198 committed Mar 18, 2024
1 parent 6832f28 commit 9588726
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:
- run: npm run format
- name: Commit formatting changes
run: |
git checkout -b formatting-changes
git config --global user.name "Your Name"
git config --global user.email "[email protected]"
git add .
git diff --quiet && git diff --staged --quiet || git commit -m "Apply Prettier formatting"
git push
git push origin formatting-changes
Check-Lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9588726

Please sign in to comment.