Skip to content

Commit

Permalink
Add docs generation test to test.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
dowlandaiello committed Apr 15, 2024
1 parent dd2182f commit a2a4f2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ jobs:
run: python -m pylint tests
- name: Check linter main (pylint)
run: python -m pylint main.py
- name: Test docs generated
run: scripts/test_docs_generated.sh

0 comments on commit a2a4f2b

Please sign in to comment.