Skip to content

Commit

Permalink
Add docs to CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
xDaile committed Jul 18, 2023
1 parent 36cf3a2 commit 022e4c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run_tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- name: Run unit tests with tox
run: |
tox -m test
- name: Run documentation build test with tox
run: |
tox -m docs
- name: Run security checks with tox
run: |
tox -m security

0 comments on commit 022e4c4

Please sign in to comment.