1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-16 03:30:13 -04:00

Add simple CI workflow

This commit is contained in:
Jan Tojnar 2021-11-26 17:18:20 +01:00
parent 5e4c33e26a
commit 7500299dee

19
.github/workflows/build.yml vendored Normal file
View file

@ -0,0 +1,19 @@
name: CI
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Nix
uses: cachix/install-nix-action@v16
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Build the book
run: nix-build release.nix