We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab2e17 commit d05b7caCopy full SHA for d05b7ca
.github/workflows/auto-testing.yml
@@ -31,3 +31,7 @@ jobs:
31
run: |
32
pip install readme-renderer
33
python -m readme_renderer README.rst >/dev/null
34
+ - name: Run generate-code.py without error
35
+ run: |
36
+ python generate-code.py
37
+
0 commit comments