Skip to content

calcit-lang/setup-cr

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

basic usages, to install:

  • cr for compiling Calcit code
  • caps for adding dependencies
  • bundle_calcit optional to bundle hand-written .cirru files

Usage

- uses: calcit-lang/[email protected]
  with:
    version: "0.9.6"
    bundler: false

Calcit latest: Calcit Version

options:

  • in deps.cirru file, :calcit-version |0.9.6 to specify the version(higher priority)
  • optional version in yml file
  • optional bundler to enable bundler

at least one version should be specified.

License

MIT