Skip to content

Commit 0940221

Browse files
committed
some more README
1 parent 78e6da8 commit 0940221

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
## Action to setup Calcit
22

3+
basic usages:
4+
5+
- `cr` command
6+
- `caps` command
7+
8+
TODO: caching.
9+
10+
### Usage
11+
312
```yml
413
- uses: calcit-lang/[email protected]
514
with:
615
version: "0.8.38"
716
```
817
918
Find latest version on https://github.com/calcit-lang/calcit/releases .
19+
20+
### License
21+
22+
MIT

action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ runs:
1010
using: node20
1111
main: dist/index.js
1212

13-
icon: arrow-up-circle
1413
branding:
1514
icon: cloud-snow
16-
color: #ccf
15+
color: blue

0 commit comments

Comments
 (0)