Skip to content

Commit a2b93f8

Browse files
committed
chore: upgrade prettier version
1 parent c957b88 commit a2b93f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prettier.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ on:
77
jobs:
88
prettier:
99
runs-on: ubuntu-latest
10-
10+
if: github.repository == 'doocs/advanced-java'
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v2
1414
with:
1515
ref: ${{ github.head_ref }}
1616

1717
- name: Prettify code
18-
uses: creyD/prettier_action@v3.0
18+
uses: creyD/prettier_action@v3.2
1919
with:
2020
prettier_options: --write **/*.{html,js,md}
2121
commit_message: 'style: prettify code'

0 commit comments

Comments
 (0)