Skip to content

Use unstable channel for PR gate #27

Use unstable channel for PR gate

Use unstable channel for PR gate #27

Workflow file for this run

name: Pull Request CI
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
with:
persist-credentials: false
- name: Install Nix
uses: cachix/install-nix-action@v13
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Build book
run: |
nix-shell '<nixpkgs>' -p mdbook
mdbook build