Skip to content

Commit

Permalink
ci: prettier (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
friendlymatthew authored Mar 15, 2024
1 parent 88d8b9a commit e261fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "18"
- run: npx prettier --check . 2> $GITHUB_STEP_SUMMARY
- run: npx prettier --check "**/*.{js,jsx,ts,tsx,css,scss,md,json}" 2> $GITHUB_STEP_SUMMARY

0 comments on commit e261fbc

Please sign in to comment.