Skip to content

Add columns Missmatch errors + tests #216

Add columns Missmatch errors + tests

Add columns Missmatch errors + tests #216

name: "Validate PR"
on:
pull_request:
branches: [master]
jobs:
handle-pull-request-to-master:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
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