Skip to content

chore(deps): bump cachix/install-nix-action from V28 to 29 #159

chore(deps): bump cachix/install-nix-action from V28 to 29

chore(deps): bump cachix/install-nix-action from V28 to 29 #159

Workflow file for this run

name: Run tests
on:
workflow_dispatch:
push:
paths-ignore:
- '*.md'
- '*.org'
jobs:
check:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v29
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: make test