From 7f89d4fe9dd0c3f9fde87692a465a18bfa09e3c9 Mon Sep 17 00:00:00 2001 From: "David P. Chassin" Date: Sat, 5 Oct 2024 09:09:34 -0700 Subject: [PATCH] Update validate-main.yaml --- .github/workflows/validate-main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate-main.yaml b/.github/workflows/validate-main.yaml index cba4cd4..2755487 100644 --- a/.github/workflows/validate-main.yaml +++ b/.github/workflows/validate-main.yaml @@ -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: