We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0bf0f8 commit f04bf86Copy full SHA for f04bf86
.github/workflows/ci.yaml
@@ -411,7 +411,9 @@ jobs:
411
- run: ruff format --check
412
413
- name: install prettier
414
- run: yarn global add prettier && echo "$(yarn global bin)" >>$GITHUB_PATH
+ run: |
415
+ yarn global add prettier
416
+ yarn global bin >> $GITHUB_PATH
417
418
- name: check wasm code with prettier
419
# prettier doesn't handle ignore files very well: https://github.com/prettier/prettier/issues/8506
0 commit comments