Skip to content

Commit

Permalink
take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanvorster committed Feb 25, 2024
1 parent eee9d50 commit 20ec8c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:


- uses: actions/checkout@v2 # Check out the repository first.
- uses: actionsx/prettier@v2
- uses: creyD/[email protected]
with:
# prettier CLI arguments.
args: --check --config .prettierrc 'src/**/*.{ts,tsx}'
dry: true
prettier_options: --config .prettierrc 'src/**/*.{ts,tsx}'

0 comments on commit 20ec8c5

Please sign in to comment.