Skip to content

feat(ci): Add Nix-based Integration tests. #2

feat(ci): Add Nix-based Integration tests.

feat(ci): Add Nix-based Integration tests. #2

Workflow file for this run

name: Nix
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Setup Magic Nix cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Run Flake Checks
run: nix flake check -L