mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-12-18 16:31:46 +03:00
Try fix prettier action
Some checks failed
Pull Request to `main` from `production` / auto-pull-request (push) Has been cancelled
Some checks failed
Pull Request to `main` from `production` / auto-pull-request (push) Has been cancelled
This commit is contained in:
parent
6a8d5717b4
commit
ab310d2f1c
1 changed files with 7 additions and 0 deletions
7
.github/workflows/prettier-pr.yml
vendored
7
.github/workflows/prettier-pr.yml
vendored
|
@ -11,6 +11,13 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
# Need node to install prettier plugin(s)
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
- run: npm ci
|
||||
- uses: creyD/prettier_action@v4.3
|
||||
with:
|
||||
dry: true
|
||||
# Don't write anything
|
||||
prettier_options: '--check'
|
||||
|
|
Loading…
Reference in a new issue