Skip to content

Commit 26c1cac

Browse files
committed
Use consitent pnpm command
1 parent 858b041 commit 26c1cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: ./.github/actions/install
1717

1818
- name: Format files
19-
run: pnpm run format
19+
run: pnpm format
2020

2121
- name: Commit changes
2222
uses: stefanzweifel/git-auto-commit-action@v5

0 commit comments

Comments
 (0)