Skip to content

Commit 0b1ef12

Browse files
authored
Merge branch 'master' into grs_pen
2 parents 8f0e075 + 37db9b1 commit 0b1ef12

Some content is hidden

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

45 files changed

+3853
-2104
lines changed

.devcontainer/devcontainer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@
66
},
77
"ghcr.io/devcontainers/features/node:1": {}
88
},
9-
"onCreateCommand": "cargo install wasm-pack cargo-watch cargo-about",
9+
"onCreateCommand": "cargo install cargo-watch wasm-pack cargo-about && cargo install -f wasm-bindgen-cli@0.2.99",
1010
"customizations": {
1111
"vscode": {
1212
// NOTE: Keep this in sync with `.vscode/extensions.json`
1313
"extensions": [
1414
// Rust
1515
"rust-lang.rust-analyzer",
1616
"tamasfe.even-better-toml",
17-
"serayuzgur.crates",
1817
// Web
1918
"dbaeumer.vscode-eslint",
2019
"svelte.svelte-vscode",

.github/workflows/comment-clippy-warnings.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
name: Run Clippy
1111
runs-on: ubuntu-latest
1212
# TODO(Keavon): Find a workaround (passing the output text to a separate action with permission to read the secrets?) that allows this to work on fork PRs
13-
if: ${{ !github.event.pull_request.draft && !github.event.pull_request.head.repo.fork }}
13+
if: false
14+
# if: ${{ !github.event.pull_request.draft && !github.event.pull_request.head.repo.fork }}
1415
permissions:
1516
contents: read
1617
pull-requests: write

0 commit comments

Comments
 (0)