Skip to content

Commit 65a3c28

Browse files
authored
Format lock file before creating commit (#187)
1 parent b46e851 commit 65a3c28

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/UPDATE_DEPENDENCIES.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ jobs:
1515
- name: Audit, update and install
1616
run: pnpm aui
1717

18+
- name: Check formatting
19+
run: pnpm format:check
20+
21+
- name: Formatting issues detected (attempting fix...)
22+
if: ${{ failure() }}
23+
run: pnpm format
24+
1825
- name: Create dependency updates PR
1926
uses: peter-evans/create-pull-request@v4
2027
with:

0 commit comments

Comments
 (0)