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