Commit 904f90d
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 tests1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| |||
0 commit comments