Skip to content

fix: error handling, dark mode, consent bug fixes #9669

fix: error handling, dark mode, consent bug fixes

fix: error handling, dark mode, consent bug fixes #9669

Workflow file for this run

name: "Unit test"
on:
pull_request:
branches: [main]
jobs:
unit-test:
name: Unit test
runs-on: ubuntu-latest
steps:
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4
- name: Run the Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v2
- uses: actions/checkout@v3
- run: cd core/api && nix develop -c pnpm install --frozen-lockfile
- name: Run check code
run: cd core/api && nix develop -c make check-code