Skip to content

Add options and persistent extensions to add more rule sets for scala… #12

Add options and persistent extensions to add more rule sets for scala…

Add options and persistent extensions to add more rule sets for scala… #12

Workflow file for this run

name: Build Aeneas user docs and test them
on: [push, pull_request]
jobs:
test:
name: Test Aeneas user docs
runs-on: [self-hosted, linux, nix]
steps:
- uses: actions/checkout@v4
- name: Build the book
run: nix build '.?dir=docs/user'#book
# TODO: test the Lean examples code via nix build '.?dir=docs/user'#test or something similar.