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 5, 2024
1 parent a868fc1 commit 7f89d4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install pip --upgrade pylint
pylint qdox.py
pylint src/qdox/main.py
- name: Validate
run: |
python3 -m pip install .
mv docs/index.html docs/validate.html
python3 -m qdox --withcss
qdox --withcss
diff docs/index.html docs/validate.html || (echo '***ERROR***: Did you forget to run `make` before pushing your latest changes?' >/dev/stderr && false)
validate-matrix-macos:
Expand Down

0 comments on commit 7f89d4f

Please sign in to comment.