Skip to content

tools(stats): simplify plot #599

tools(stats): simplify plot

tools(stats): simplify plot #599

Workflow file for this run

name: Check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Check flake and packages
env:
NIXPKGS_ALLOW_UNFREE: 1
run: |
nix flake check --impure