Skip to content

test on different os #30

test on different os

test on different os #30

Workflow file for this run

on:
push:
jobs:
ci:
strategy:
matrix:
os: [ubuntu-latest, macos-12, macos-13, macos-14]
runs-on: ${{ matrix.os }}
permissions:
contents: "read"
steps:
- uses: "actions/checkout@v4"
- uses: "DeterminateSystems/nix-installer-action@main"
- uses: "DeterminateSystems/magic-nix-cache-action@v6"
- name: Context
run: |
nix --version
- name: Lint
run: make lint
- name: Flake Check
run: make flake-check
- name: Example Flake
run: nix develop test