Skip to content

build(deps-dev): Bump sass from 1.80.6 to 1.81.0 in /robotica-frontend #3396

build(deps-dev): Bump sass from 1.80.6 to 1.81.0 in /robotica-frontend

build(deps-dev): Bump sass from 1.80.6 to 1.81.0 in /robotica-frontend #3396

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@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'