Skip to content

Commit 1063ee6

Browse files
committed
feat(66222): switch from npm run to yarn run for prettier format check
1 parent 06d0cbe commit 1063ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
run: yarn install --frozen-lockfile
2323

2424
- name: Check code formatting
25-
run: npm run format:check
25+
run: yarn run format:check

0 commit comments

Comments
 (0)