Skip to content

Refactor compiler + read all links #146

Refactor compiler + read all links

Refactor compiler + read all links #146

name: "Validate PR"
on:
pull_request:
branches: [master]
jobs:
handle-pull-request-to-master:
runs-on: ubuntu-latest
steps:
- name: Fetch repo
uses: actions/checkout@v4
- name: Install nix
uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Build tests runner
run: nix build .#testing
- name: Run tests
run: nix run .#testing
- name: Build documntation
run: nix build .#documentation