Skip to content

Commit 96be48d

Browse files
committed
fix: actions to use the new command format
1 parent 1221e4c commit 96be48d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
- name: Install Dependencies
4747
run: yarn install --frozen-lockfile
4848
- name: Run Prettier through format
49-
run: yarn format-check
49+
run: yarn format:check

0 commit comments

Comments
 (0)