Skip to content

Merge pull request #9 from saolof/patch-1 #55

Merge pull request #9 from saolof/patch-1

Merge pull request #9 from saolof/patch-1 #55

Workflow file for this run

name: ci
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Install Nix
uses: cachix/install-nix-action@v16
- name: Build flake
run: nix build --print-build-logs
- name: Check flake and run tests
run: nix flake check --keep-going --print-build-logs