Skip to content

build(docs): use correct machine image on ci #42

build(docs): use correct machine image on ci

build(docs): use correct machine image on ci #42

Workflow file for this run

name: "Test"
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
- run: nix flake check