mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-08 17:16:25 +01:00
Another attempt on PR prettier
This commit is contained in:
parent
80d4a45a65
commit
5d31116354
1 changed files with 3 additions and 6 deletions
9
.github/workflows/prettier-pr.yml
vendored
9
.github/workflows/prettier-pr.yml
vendored
|
@ -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: '.'
|
|
||||||
|
|
Loading…
Reference in a new issue