Skip to content

Commit 86484ab

Browse files
authored
Update 99-auto-format-dependabot-prettier-updates.yml
1 parent 5f0e876 commit 86484ab

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/99-auto-format-dependabot-prettier-updates.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
1313
ref: ${{ github.ref }}
1414
fetch-depth: 0
1515

16-
- name: Branch name
17-
run: echo running on branch ${GITHUB_REF##*/}
18-
1916
- name: Set up Node.js
2017
uses: actions/setup-node@v4
2118
with:
@@ -40,7 +37,7 @@ jobs:
4037
- name: Run Prettier to format the code
4138
if: env.prettier_update == 'true'
4239
run: |
43-
npx --no prettier --write .
40+
npx --no prettier . --write
4441
4542
- name: Commit changes if formatting is done
4643
if: env.prettier_update == 'true'

0 commit comments

Comments
 (0)