Skip to content

Commit

Permalink
Simplify prettier action
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Apr 25, 2022
1 parent ad5eda6 commit 4d8a51f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/autoformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ jobs:
with:
ref: ${{ github.head_ref }}

- uses: creyD/prettier_action@v2.2
- uses: creyD/prettier_action@v4.2
with:
prettier_options: --write --tab-width=2 *.md
branch: ${{ github.head_ref }}
commit_message: Prettify
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4d8a51f

Please sign in to comment.