Fixed link to the run-tests action.
This commit is contained in:
parent
81d7a5ccaf
commit
271855cbc2
2 changed files with 4 additions and 3 deletions
3
docs.asd
3
docs.asd
|
@ -1,3 +1,4 @@
|
||||||
(defsystem "docs"
|
(defsystem "docs"
|
||||||
:class :package-inferred-system
|
:class :package-inferred-system
|
||||||
:depends-on ("docs/docs"))
|
:depends-on ("docs/docs")
|
||||||
|
:source-control (:git "https://github.com/40ants/setup-lisp"))
|
||||||
|
|
|
@ -85,7 +85,7 @@ If you remove `with` part, then action will skip the ASDF system
|
||||||
installation.
|
installation.
|
||||||
|
|
||||||
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/run-tests).
|
system. It is documented [here](https://40ants.com/run-tests).
|
||||||
")
|
")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue