Skip to content

feat: add nix ci workflow #1

feat: add nix ci workflow

feat: add nix ci workflow #1

Workflow file for this run

name: Nix CI
on:
pull_request:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Run Flake Check
run: nix flake check
- name: Run a Build
run: nix build .#default