Skip to content

chore(deps): bump yew from 0.20.0 to 0.21.0 #17

chore(deps): bump yew from 0.20.0 to 0.21.0

chore(deps): bump yew from 0.20.0 to 0.21.0 #17

Workflow file for this run

name: Check PR
on:
pull_request:
branches:
- main
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: wasm32-unknown-unknown
override: true
profile: minimal
- name: Install trunk
uses: jetli/trunk-action@v0.4.0
with:
version: "latest"
- name: Build
run: trunk build
- name: Run tests
run: cargo test --verbose