Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 30, 2024
1 parent 9c0387d commit b6daaba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 7 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

# ChangeLog

<a id="x-28DOCS-2FCHANGELOG-3A-3A-7C2-2E2-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29"></a>

## 2.2.0 (2024-01-30)

* Shell, used to run all commands was changed from bash to `lispsh -eo pipefail {0}`. This fixes runner for Windows.
* Documentation builder workflow switched from `actions/checkout@v3` to `v4` version.

<a id="x-28DOCS-2FCHANGELOG-3A-3A-7C2-2E1-2E2-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29"></a>

## 2.1.2 (2021-02-25)
Expand Down Expand Up @@ -42,6 +49,5 @@ Added Coveralls support.
Initial release.



* * *
###### [generated by [40ANTS-DOC](https://40ants.com/doc/)]
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ It should be used after the [setup-lisp][8de1] action.
## What this action does for you?

* It runs (asdf:test-system :the-system-name) by default.

* But you can provide your own lisp code.

* It automatically searches a test system name if it is present.

<a id="x-28DOCS-2FDOCS-3A-3A-40TYPICAL-USAGE-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29"></a>
Expand Down Expand Up @@ -133,7 +131,6 @@ You can contribute support for other implementations to
## Roadmap

* Support uploading code coverage reports to CodeCov.

* Vendor all dependencies, to make action more reliable and secure.


Expand Down

0 comments on commit b6daaba

Please sign in to comment.