Skip to content

Commit

Permalink
Update validate-main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dchassin committed Oct 2, 2024
1 parent 0562ce9 commit adac000
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/validate-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
- name: Lint
run: |
python3 -m pip install --user pip --upgrade pylint
pylint quickdocs.py
pylint qdox.py
- name: Validate
run: python3 -m quickdocs --withcss
run: |
python3 -m pip install .
qdox --withcss

0 comments on commit adac000

Please sign in to comment.