Skip to content

Commit d05b7ca

Browse files
committed
NO-ISSUE Run generate-code.py in CI
1 parent 6ab2e17 commit d05b7ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/auto-testing.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,7 @@ jobs:
3131
run: |
3232
pip install readme-renderer
3333
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

Comments
 (0)