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 7f89d4f commit 8533779
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 @@ -57,7 +57,7 @@ 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: |
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
python3 -m venv .venv
. .venv/scripts/activate
python3 -m pip install pip --upgrade pylint
pylint qdox.py
pylint src/qdox/main.py
- name: Validate
run: |
Expand Down

0 comments on commit 8533779

Please sign in to comment.