Skip to content

Commit

Permalink
chore: upgrade prettier version
Browse files Browse the repository at this point in the history
  • Loading branch information
yanglbme committed Dec 18, 2020
1 parent c957b88 commit a2b93f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ on:
jobs:
prettier:
runs-on: ubuntu-latest

if: github.repository == 'doocs/advanced-java'
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}

- name: Prettify code
uses: creyD/prettier_action@v3.0
uses: creyD/prettier_action@v3.2
with:
prettier_options: --write **/*.{html,js,md}
commit_message: 'style: prettify code'
Expand Down

0 comments on commit a2b93f8

Please sign in to comment.