You've already forked visualtree
fix: Update prettier packaged to be js
All checks were successful
Format the code / Format Files (push) Successful in 23s
All checks were successful
Format the code / Format Files (push) Successful in 23s
This commit is contained in:
2
.github/workflows/prettier.yml
vendored
2
.github/workflows/prettier.yml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user