Skip to content

Commit 4a2cdb9

Browse files
authored
Bump wasm-bindgen dependencies (#3174)
1 parent f24d0b4 commit 4a2cdb9

File tree

221 files changed

+8829
-6229
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

221 files changed

+8829
-6229
lines changed

.github/workflows/formatting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
clangFormatVersion: 14
3030
- uses: actionsx/prettier@v2
3131
with:
32-
args: --config "${{ github.workspace }}/.prettierrc.toml" --write "**/*.{js,ts}"
32+
args: --config "${{ github.workspace }}/.prettierrc.toml" --write "**/*.{js,mjs,cjs,jsx,ts,tsx}"
3333
# Prettier has no diff view so we must make one ourselves
3434
# https://github.com/prettier/prettier/issues/6885
3535
- run: |

0 commit comments

Comments
 (0)