We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f0e876 commit 86484abCopy full SHA for 86484ab
.github/workflows/99-auto-format-dependabot-prettier-updates.yml
@@ -13,9 +13,6 @@ jobs:
13
ref: ${{ github.ref }}
14
fetch-depth: 0
15
16
- - name: Branch name
17
- run: echo running on branch ${GITHUB_REF##*/}
18
-
19
- name: Set up Node.js
20
uses: actions/setup-node@v4
21
with:
@@ -40,7 +37,7 @@ jobs:
40
37
- name: Run Prettier to format the code
41
38
if: env.prettier_update == 'true'
42
39
run: |
43
- npx --no prettier --write .
+ npx --no prettier . --write
44
45
- name: Commit changes if formatting is done
46
0 commit comments