Skip to content

Commit 956aba8

Browse files
authored
ci(wasm): fix prettier step (#3372)
1 parent d964566 commit 956aba8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wasm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
TESTER: true
3535
- name: Run prettier
3636
uses: actionsx/prettier@v2
37-
working-directory: wasm
38-
run: prettier --check .
37+
with:
38+
args: --config wasm/.prettierrc --ignore-path wasm/.prettierignore --check wasm

0 commit comments

Comments
 (0)