Skip to content

Commit

Permalink
trying to read deps.cirru ; tag 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Aug 26, 2024
1 parent d79c891 commit 53bbe6d
Show file tree
Hide file tree
Showing 7 changed files with 7,921 additions and 125 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ basic usages:
```yml
- uses: calcit-lang/[email protected]
with:
version: "0.9.1"
version: "0.9.4"
bundler: false
```
Calcit latest: ![Calcit Version](https://img.shields.io/github/v/release/calcit-lang/calcit)
`version` is also optional when `deps.cirru` is provided, which declares `:calcit-version`.

### License

MIT
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Setup Calcit runner
inputs:
version:
description: "Version of Calcit to install"
required: true
required: false
default: 0.9.2
bundler:
description: "download calcit bunder_command"
Expand Down
Loading

0 comments on commit 53bbe6d

Please sign in to comment.