Skip to content

Commit

Permalink
CI/hooks: Bring py3 scripts under test per request
Browse files Browse the repository at this point in the history
**Summary**
1st attempt at ensuring that all available common/Scripts/*.py files get
linted as part of commits.

Signed-off-by: Rune Morling <[email protected]>
  • Loading branch information
ermo committed Apr 7, 2024
1 parent 87f0006 commit 0cc3f3a
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/script_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,21 @@ jobs:
python-version: "3.10"
- name: flake8 Lint
uses: py-actions/flake8@v2
with:
path: common/CI common/Hooks common/Scripts/worklog.py
with:
path: >_
common/CI
common/Hooks
common/Scripts/worklog.py
common/Scripts/dloader.py
common/Scripts/epcsearch.py
common/Scripts/ep-update.py
common/Scripts/find_deps.py
common/Scripts/gettag.py
common/Scripts/latent-rebuilds.py
common/Scripts/pbump.py
common/Scripts/worklog.py
common/Scripts/yauto.py
common/Scripts/yconvert.py
- name: mypy lint
uses: jpetrucciani/mypy-check@master
with:
Expand Down

0 comments on commit 0cc3f3a

Please sign in to comment.