We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d964566 commit 956aba8Copy full SHA for 956aba8
.github/workflows/wasm.yml
@@ -34,5 +34,5 @@ jobs:
34
TESTER: true
35
- name: Run prettier
36
uses: actionsx/prettier@v2
37
- working-directory: wasm
38
- run: prettier --check .
+ with:
+ args: --config wasm/.prettierrc --ignore-path wasm/.prettierignore --check wasm
0 commit comments