Skip to content

WIP: Nix for CI?

WIP: Nix for CI? #3

Workflow file for this run

name: CI
on:
push:
pull_request:
# Restrict the GITHUB_TOKEN
permissions: {}
jobs:
check:
matrix:

Check failure on line 12 in .github/workflows/nix.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/nix.yml (Line: 12, Col: 5): Unexpected value 'matrix'
os:
- macos-latest
- ubuntu-22.04
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix-shell --run 'make runtest-ci'