Skip to content

Commit

Permalink
ignoring prettier commit test
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahsonder committed Jun 17, 2024
1 parent 42c66f9 commit ab947fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
run: npm ci
- name: Run prettier
run: npx prettier . --write
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Apply formatting changes
branch: ${{ github.head_ref }}
# - name: Commit changes
# uses: stefanzweifel/git-auto-commit-action@v4
# with:
# commit_message: Apply formatting changes
# branch: ${{ github.head_ref }}
jest:
if: github.event.pull_request.draft == false
runs-on: ubuntu-22.04
Expand Down

0 comments on commit ab947fb

Please sign in to comment.