Skip to content

Commit

Permalink
adding prettier write to pipleine
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Kurdila committed Jul 3, 2024
1 parent 4f2a35c commit c2c955f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: '20'
cache: 'npm'
- name: Run Format
run: npm ci && npm run format-check && npm run format-write
run: npm ci && npm run format-write
jest-run:
runs-on: ubuntu-latest
needs: [format-and-setup]
Expand Down

0 comments on commit c2c955f

Please sign in to comment.