Skip to content

Commit

Permalink
Test:Repair Prettier Error
Browse files Browse the repository at this point in the history
  • Loading branch information
drylian authored Apr 17, 2024
1 parent 87d18c4 commit f9392f6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Install npm v8
run: npm i -g npm@8

- name: Checkout
uses: actions/checkout@v3
with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}

- name: Prettify code
uses: creyD/prettier_action@v4.2
uses: creyD/prettier_action@v4.3
with:
# This part is also where you can pass other options, for example:
prettier_options: --write **/*.{tsx,css}

0 comments on commit f9392f6

Please sign in to comment.