omelkonian/Setup Agda

Set up a specific version of Agda and its standard library and add the command-line tools to the PATH

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
agda-versionVersion of Agda to use. If set to "latest", it will always get the latest stable version.nolatest
stdlib-versionVersion of the Agda standard library to use. If set to "latest", it will always get the latest stable version.nolatest
librariesProvide extra libraries (from git repositories) to install, e.g. "omelkonian/formal-prelude\n UlfNorell/agda-prelude#compat-2.5.2".no""
buildWhether to build the Agda project.notrue
dirMain folder of your Agda source (the `include` field of the .agda-lib file)no.
mainEntry point for your Agda project without the '.agda' extension or root folder, e.g. 'Data.Nat'noMain
cacheWhether to cache CI builds.true
deployWhether to deploy the Github page, containing the Agda code rendered in HTML.nofalse
tokenSecret token for deploying to Github Pages, will not deploy if not set to GITHUB_TOKEN.no
deploy-branchOn which branch to deploy the Github page.nogh-pages
cssOptional .css file to use for HTML-rendered Agda code, a path relative to the project's root.no
rtsOptional RTS options for GHC.no""
ribbonInclude a Github ribbon on every generated HTML file.nofalse
ribbon-msgRibbon message to display.noSource code on Github
ribbon-colorRibbon color (in CSS-compliant format).no#333
measure-typecheckingMeasure typechecking time for each (by inspecting the generated .agdai files).nofalse

no outputs