Skip to content

DS-970: Add Magic Nix Cache and other workflow changes #52

DS-970: Add Magic Nix Cache and other workflow changes

DS-970: Add Magic Nix Cache and other workflow changes #52

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
lints:
name: Test
strategy:
matrix:
os: [ubuntu-22.04, macos-12]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix flake check
- run: nix run