Update docs
This commit is contained in:
parent
9d98fb9385
commit
05607533b4
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
@ -76,7 +76,7 @@ jobs:
|
||||||
asdf-system: cl-info
|
asdf-system: cl-info
|
||||||
```
|
```
|
||||||
|
|
||||||
The part, corresponding to an actionn call is:
|
The part, corresponding to an action call is:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: 40ants/setup-lisp@v1
|
- uses: 40ants/setup-lisp@v1
|
||||||
|
@ -87,6 +87,15 @@ The part, corresponding to an actionn call is:
|
||||||
If you remove `with` part, then action will skip the `ASDF` system
|
If you remove `with` part, then action will skip the `ASDF` system
|
||||||
installation.
|
installation.
|
||||||
|
|
||||||
|
Also, pay attention to the `env` section of the workflow. If you don't
|
||||||
|
set up a `LISP` env variable, action will set default lisp implementation
|
||||||
|
to `sbcl`:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
env:
|
||||||
|
LISP: ${{ matrix.lisp }}
|
||||||
|
```
|
||||||
|
|
||||||
The last step in this workflow runs tests for the specified `ASDF`
|
The last step in this workflow runs tests for the specified `ASDF`
|
||||||
system. It is documented [here](https://40ants.com/run-tests).
|
system. It is documented [here](https://40ants.com/run-tests).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue