Skip to content

docs(readme): welcome to the Matrix! #163

docs(readme): welcome to the Matrix!

docs(readme): welcome to the Matrix! #163

Workflow file for this run

name: default
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v21
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: |
nix develop .#ci -c make test