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

18 lines
304 B
YAML
Raw Normal View History

2020-05-17 04:59:35 -04:00
name: "CI"
on:
- pull_request
- push
jobs:
docs:
2021-06-06 07:02:04 -04:00
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
2021-06-08 05:39:39 -04:00
with:
fetch-depth: 0
2021-06-06 07:02:04 -04:00
- uses: cachix/install-nix-action@v13
with:
nix_path: nixpkgs=channel:nixos-unstable
2021-06-07 12:34:54 -04:00
- name: Build
run: nix-build