Skip to content

Move reprolang to a top-level directory #8

Move reprolang to a top-level directory

Move reprolang to a top-level directory #8

Workflow file for this run

name: Nix
on:
pull_request:
jobs:
checks:
runs-on: ubuntu-latest
strategy:
matrix:
check:
- formatting
- go-bindings
- haskell-bindings
- reprolang
- reprolang-generated
- rust-bindings
- typescript-bindings
steps:
- uses: actions/checkout@v6
- uses: DeterminateSystems/nix-installer-action@v21
- uses: DeterminateSystems/magic-nix-cache-action@v13
- run: nix build .#checks.x86_64-linux.${{ matrix.check }}