Skip to content

chore(deps): bump cachix/install-nix-action from 25 to 26 #151

chore(deps): bump cachix/install-nix-action from 25 to 26

chore(deps): bump cachix/install-nix-action from 25 to 26 #151

Workflow file for this run

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