Skip to content

[WIP] CI

[WIP] CI #27

Workflow file for this run

name: CI (nix)
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
ci:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
uses: ./.github/workflows/ci-nix-template.yml

Check failure on line 17 in .github/workflows/ci-nix.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-nix.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci-nix.yml" -> "./.github/workflows/ci-nix-template.yml" : You have an error in your yaml syntax
with:
os: ${{ matrix.os }}