Skip to content

build(deps): Bump serde_json from 1.0.133 to 1.0.138 #3600

build(deps): Bump serde_json from 1.0.133 to 1.0.138

build(deps): Bump serde_json from 1.0.133 to 1.0.138 #3600

Workflow file for this run

name: Test
on:
- push
- pull_request
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nixbuild/nix-quick-install-action@v29
with: {load_nixConfig: false}
- uses: DeterminateSystems/magic-nix-cache-action@v9
- run: nix flake check --impure
- run: nix build '.#robotica-backend'
- run: nix build '.#robotica-frontend'
- run: nix build '.#robotica-slint'
- run: nix build '.#robotica-freeswitch'