Remove wasm_bindgen_check.sh

This commit is contained in:
Emil Ernerfeldt
2023-04-20 10:18:15 +02:00
parent 0b0b8df1c8
commit 92dde25344
3 changed files with 5 additions and 56 deletions
+4 -8
View File
@@ -154,15 +154,11 @@ jobs:
with:
version: "0.2.84"
- run: ./scripts/wasm_bindgen_check.sh --skip-setup
- run: ./scripts/clippy_wasm.sh
- name: Cranky wasm32
uses: actions-rs/cargo@v1
with:
command: cranky
args: --target wasm32-unknown-unknown --all-features -p egui_demo_app --lib -- -D warnings
run: ./scripts/clippy_wasm.sh
- name: Build web demo
run: ./scripts/build_demo_web.sh
# ---------------------------------------------------------------------------