Skip to content

Commit

Permalink
Add a code quality job to the pytest CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Sep 3, 2023
1 parent b0d871e commit 4e927d0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,11 @@ jobs:
- name: Test documentation build using Sphinx
if: contains(matrix.os, 'ubuntu')
run: make --directory=doc html

Code quality:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]

0 comments on commit 4e927d0

Please sign in to comment.