Skip to content

Commit 16f0af4

Browse files
committed
Documentation
1 parent eb7e953 commit 16f0af4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/contributing.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,15 @@ All three steps can be performed across all supported versions of CPython using
8484

8585
.. code-block:: bash
8686
87+
make check
88+
89+
Likewise, individual steps can be run across all supported verions using their respective targets:
90+
91+
.. code-block::
92+
93+
make lint
8794
make test
95+
make type-check
8896
8997
To run a more targeted CI check directly from within the Poetry shell, developers can use ``tox`` commands directly.
9098
For instance, to run only the tests for ``basilisp.io`` on Python 3.12, you could use the following command:

0 commit comments

Comments
 (0)