Skip to content

chore(deps): bump cachix/install-nix-action from V27 to 28 #399

chore(deps): bump cachix/install-nix-action from V27 to 28

chore(deps): bump cachix/install-nix-action from V27 to 28 #399

Workflow file for this run

name: "CI"
on:
- pull_request
- push
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@V28
- name: Build
run: nix-build
- name: Link check
run: nix-shell --run "make linkcheck"