Skip to content

Commit f04bf86

Browse files
committed
Fix some lints
1 parent e0bf0f8 commit f04bf86

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,9 @@ jobs:
411411
- run: ruff format --check
412412

413413
- name: install prettier
414-
run: yarn global add prettier && echo "$(yarn global bin)" >>$GITHUB_PATH
414+
run: |
415+
yarn global add prettier
416+
yarn global bin >> $GITHUB_PATH
415417
416418
- name: check wasm code with prettier
417419
# prettier doesn't handle ignore files very well: https://github.com/prettier/prettier/issues/8506

0 commit comments

Comments
 (0)