Skip to content

Commit 904f90d

Browse files
authored
refactor(contributing): fixed github action failure (#264)
**Root Cause**: Missing blank line after `code-block` directive caused RST to interpret content as arguments. **Fix**: Added blank line to separate directive from content: ```diff .. code-block:: bash + # see below for more information on running the test suite locally make tests
2 parents 20c7d14 + a4756cc commit 904f90d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/contributing.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ Contributing Code
7979
8. If you running the test suite locally, ensure your code passes all of the default tests. Use the ``test`` target and ensure all tests execute successfully.
8080

8181
.. code-block:: bash
82+
8283
# see below for more information on running the test suite locally
8384
make tests
8485

0 commit comments

Comments
 (0)