Improve automation for scene_spaces and fix proofs that broke #17
This file contains hidden or 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
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
name: Build Theory | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: lexbailey/isabelle-theory-build-github-action@v8 | |
with: | |
isabelle-url: 'https://github.com/seL4/isabelle/archive/refs/tags/Isabelle2023.tar.gz' | |
report_url: 'https://isabelle-utp-ci-dashboard.link/submit_job_log' | |
report_secret: ${{ secrets.DashboardReportKey }} |