Skip to content

Commit

Permalink
autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon committed Oct 27, 2023
1 parent 5be86fb commit 56dd642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
run: pnpm install

- name: Prettier Yak Runtime
run: npx prettier --write packages/next-yak/runtime/**/*.{ts,tsx,js,jsx}
run: npx prettier --write "packages/next-yak/runtime/**/*.{ts,tsx,js,jsx}"

- name: Prettier Examples
run: npx prettier --write packages/example/app/**/*.{ts,tsx,js,jsx}
run: npx prettier --write "packages/example/app/**/*.{ts,tsx,js,jsx}"

- uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc

0 comments on commit 56dd642

Please sign in to comment.