Skip to content

Commit

Permalink
Add the doclint workflow
Browse files Browse the repository at this point in the history
Signed-off-by: SimFG <[email protected]>
  • Loading branch information
SimFG committed May 17, 2023
1 parent f23daeb commit 7e70d48
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/pylint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- 'examples/**'
- 'gptcache/**'
- 'tests/**'
- 'docs/**'
- '!**.md'
- '.github/workflows/**'
pull_request:
Expand Down Expand Up @@ -38,13 +39,9 @@ jobs:
run: |
pip install pylint==2.10.2
make pylint_check
- name: Install doc dependency
shell: bash
working-directory: docs
run: |
pip install -r requirements.txt
- name: Make the readthedoc html
shell: bash
working-directory: docs
run: |
make html
shell: bash
working-directory: docs
run: |
pip install -r requirements.txt
make html

0 comments on commit 7e70d48

Please sign in to comment.