mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03: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:
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue