Another attempt on PR prettier

This commit is contained in:
Lim Chee Aun 2024-09-23 13:04:53 +08:00
parent 80d4a45a65
commit 5d31116354

View file

@ -14,9 +14,6 @@ jobs:
with: with:
node-version: 20 node-version: 20
- run: npm ci - run: npm ci
- uses: creyD/prettier_action@v4.3 - run: |
with: echo "Prettier-ing files"
dry: true npx prettier "src/**/*.{js,jsx}" --check
# Don't write anything
prettier_options: '--check --config .prettierrc'
file_pattern: '.'