Skip to content

Commit 1ba6623

Browse files
authored
Expand example
1 parent ae882ab commit 1ba6623

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@ Works on Ubuntu, macOS, Windows.
1111
steps:
1212
- uses: oprypin/install-crystal@v1
1313
- run: crystal eval "puts 1337"
14+
- uses: actions/checkout@v2
15+
- run: crystal spec
1416
```
1517
18+
Also see [.github/workflows/release.yml](.github/workflows/release.yml) as an example.
19+
1620
## Usage
1721
1822
### Inputs

0 commit comments

Comments
 (0)