Skip to content

gauravpartha/setup-isabelle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

setup-isabelle

Composite GitHub action to set up the Isabelle interactive theorem prover. That means, this GitHub action downloads and extracts Isabelle and adds Isabelle to the path environment variable. Currently, this action supports only Linux versions of Isabelle, and thus only works for Linux runners. Caching of the downloaded Isabelle version across workflows is implemented using the cache action.

This action takes a single parameter isabelle-version indicating the version of Isabelle that should be set up. The following code shows how the action can be used within another Isabelle action to set up Isabelle 2024:

- name: Set up Isabelle
  uses: gauravpartha/setup-isabelle@v1
  with: 
    isabelle-version: 2024

- name: Isabelle version
  run: isabelle version

About

GitHub action to set up Isabelle

Resources

Stars

Watchers

Forks

Packages

No packages published