Skip to content

Commit

Permalink
Check web examples in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximkaaa committed Feb 1, 2025
1 parent da4605d commit 609452e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
- name: Clippy check
run: cargo clippy --all-targets --features geojson -- -D warnings

build-wasm:
check-wasm:
name: Build wasm32 target
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rustup target add wasm32-unknown-unknown
- run: cargo build -p galileo --target wasm32-unknown-unknown
- run: cargo check --target wasm32-unknown-unknown --all-features
spelling:
name: Spell Check with Typos
runs-on: ubuntu-latest
Expand Down

0 comments on commit 609452e

Please sign in to comment.