Skip to content

Merge pull request #120 from cachix/dependabot/github_actions/cachix/… #391

Merge pull request #120 from cachix/dependabot/github_actions/cachix/…

Merge pull request #120 from cachix/dependabot/github_actions/cachix/… #391

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@V27
- name: Build
run: nix-build
- name: Link check
run: nix-shell --run "make linkcheck"