Skip to content

feat: add github workflows and nix checks #1

feat: add github workflows and nix checks

feat: add github workflows and nix checks #1

Workflow file for this run

name: Test with Nix
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix flake check -v