Skip to content

Commit

Permalink
test preitter again again
Browse files Browse the repository at this point in the history
  • Loading branch information
sburchfield33 committed Feb 18, 2024
1 parent 7acca10 commit baeb2c7
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: creyD/[email protected]
with:
prettier_options: "--write **/*.tsx"
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}

- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: "--write **/*.tsx"

0 comments on commit baeb2c7

Please sign in to comment.