1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00
nix.dev/.github/workflows/ci.yml
Domen Kožar aeb945d0ca
fix ci
2021-12-06 17:37:42 +01:00

20 lines
365 B
YAML

name: "CI"
on:
- pull_request
- push
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v16
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Build
run: nix-build
- name: Linkcheck
run: nix-shell --run "make linkcheck"