We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e6da8 commit 0940221Copy full SHA for 0940221
README.md
@@ -1,9 +1,22 @@
1
## Action to setup Calcit
2
3
+basic usages:
4
+
5
+- `cr` command
6
+- `caps` command
7
8
+TODO: caching.
9
10
+### Usage
11
12
```yml
13
- uses: calcit-lang/[email protected]
14
with:
15
version: "0.8.38"
16
```
17
18
Find latest version on https://github.com/calcit-lang/calcit/releases .
19
20
+### License
21
22
+MIT
action.yml
@@ -10,7 +10,6 @@ runs:
using: node20
main: dist/index.js
-icon: arrow-up-circle
branding:
icon: cloud-snow
- color: #ccf
+ color: blue
0 commit comments