From a0d6907b026214c405c4c3d27ea9dacd787173c0 Mon Sep 17 00:00:00 2001 From: Eliah Kagan Date: Sat, 10 Feb 2024 11:47:32 -0500 Subject: [PATCH] Update readme to mention CI --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2feee23..b91054c 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,8 @@ Checks can be run together with [`tox`](https://tox.wiki/). To do so, install `tox` if it is not already installed. Make sure you have version 4 or higher. -Then, at the top of this repository's working tree (the direcctory that -contains `tox.ini`), test and typecheck any of the individual packages as -follows: +Then, at the top of this repository's working tree (the directory that contains +`tox.ini`), test and typecheck any of the individual packages as follows: ```sh tox --root by_literal @@ -55,6 +54,10 @@ tox --root by_getattr tox --root by_property ``` +These `tox` checks also all +[run on CI](https://github.com/EliahKagan/version/actions/workflows/tox.yml). +See [`tox.yml`](.github/workflows/tox.tml). + ## Further reading - [Single-sourcing the package