diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index ef01200..8d92b6c 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -15,7 +15,7 @@ jobs: with: node-version: "16" - name: Prettier - run: npx prettier --write **/*.tsx + run: npx prettier --write **/*.js env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}