Skip to content

bump wasm-web version to 0.3.0 #128

bump wasm-web version to 0.3.0

bump wasm-web version to 0.3.0 #128

Workflow file for this run

name: CI
on:
pull_request:
types:
- opened
- edited
branches:
- "*"
push:
branches:
- main
env:
CARGO_TERM_COLOR: always
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Lint
run: cargo clippy --verbose
- name: Test
run: cargo test --verbose