Skip to content

chore(deps): bump cachix/install-nix-action from 23 to 24 #147

chore(deps): bump cachix/install-nix-action from 23 to 24

chore(deps): bump cachix/install-nix-action from 23 to 24 #147

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@v24
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: make test