Skip to content

build(deps): Bump wasm-bindgen from 0.2.92 to 0.2.95 #3192

build(deps): Bump wasm-bindgen from 0.2.92 to 0.2.95

build(deps): Bump wasm-bindgen from 0.2.92 to 0.2.95 #3192

Workflow file for this run

name: Test
on:
- push
- pull_request
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: DeterminateSystems/magic-nix-cache-action@v8
- run: nix flake check --impure
- run: nix build '.#brian-backend'
- run: nix build '.#robotica-frontend'
- run: nix build '.#robotica-slint'
- run: nix build '.#robotica-freeswitch'