Merge bugfix/sync-io-type-restriction
of pull request #127 into `ma…
#215
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Automated quick-and-dirty build' | |
on: [push] | |
jobs: | |
quick-and-dirty-build: | |
runs-on: ubuntu-latest | |
container: texlive/texlive:latest | |
steps: | |
- name: 'Check out repository' | |
uses: actions/checkout@v3 | |
- name: 'Build' | |
uses: jeltsch/actions-isabelle-build@master | |
with: | |
session-name: Thorn_Calculus | |
chapter-name: IOG | |
source-path: src | |
isabelle-version: 2022 | |
afp-sessions: | |
ZFC_in_HOL:2022-10-27 | |
github-sessions: | |
input-output-hk/equivalence-reasoner:src | |
input-output-hk/transition-systems:src |