Browse Source

Bump prettier action and remove workaround

pull/2721/head
Gabe Kangas 2 years ago committed by GitHub
parent
commit
efebcd8d45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/javascript-formatting.yml

6
.github/workflows/javascript-formatting.yml

@ -32,12 +32,8 @@ jobs: @@ -32,12 +32,8 @@ jobs:
repository: ${{ github.event.pull_request.head.repo.full_name }}
fetch-depth: 0
# Note: Remove this once https://github.com/creyD/prettier_action/issues/113 is fixed.
- name: Install npm v8
run: npm i -g npm@8
- 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 **/*.{js,ts,jsx,tsx,css,md}

Loading…
Cancel
Save