Skip to content

Commit 03aca2e

Browse files
sukvvonmanudeli
andauthored
ci(.github/workflows/autofix): use 'pnpm run' for prettier script for consistency (#9348)
Co-authored-by: Jonghyeon Ko <[email protected]>
1 parent 8bf2214 commit 03aca2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Tools
2323
uses: tanstack/config/.github/setup@main
2424
- name: Fix formatting
25-
run: pnpm prettier:write
25+
run: pnpm run prettier:write
2626
- name: Apply fixes
2727
uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27
2828
with:

0 commit comments

Comments
 (0)