Skip to content

Commit

Permalink
Update prettier-js-format.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sandys authored Nov 9, 2023
1 parent a0c19a8 commit 961ee3d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/prettier-js-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
--config JS/.eslintrc.js
--ext .js,.jsx,.ts,.tsx
continue-on-error: true
- name: Upload analysis results to GitHub
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: eslint-results.sarif
wait-for-processing: true
# - name: Upload analysis results to GitHub
# uses: github/codeql-action/upload-sarif@v2
# with:
# sarif_file: eslint-results.sarif
# wait-for-processing: true
- name: Run Prettiers
run: npx prettier --tab-width 4 --print-width 100 --trailing-comma es5 --ignore-path "$(CURDIR)/node_modules/*" --write JS/
- name: Commit changes
Expand Down

0 comments on commit 961ee3d

Please sign in to comment.