Skip to content

Update README.md

Update README.md #150

Workflow file for this run

name: "linux tests"
on:
pull_request:
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: cachix/install-nix-action@v16
with:
nix_path: nixpkgs=channel:nixos-21.05
- run: nix flake check