Adopt github workflows

This commit is contained in:
eikek 2022-02-03 21:46:56 +01:00
parent 261d2af9bb
commit 189430e0ba
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
name: CI
on:
pull_request:
branches:
- master
jobs:
ci-matrix:
runs-on: ubuntu-20.04

View File

@ -17,7 +17,7 @@ jobs:
elm-version: 0.19.1
- uses: cachix/install-nix-action@v16
with:
nix_path: nixpkgs=channel:nixos-20.09
nix_path: nixpkgs=channel:nixos-21.11
- name: Print nixpkgs version
run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
- name: Build website (${{ env.DOCSPELL_VERSION }})