Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/script_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ jobs:
- name: Set up Python environment
uses: actions/setup-python@v6
with:
python-version: "3.10"
python-version: "3.12"
- name: flake8 Lint
uses: py-actions/flake8@v2
with:
path: >-
common/CI
common/Hooks
common/Scripts
with:
path: >-
common/CI
common/Hooks
common/Scripts
- name: mypy lint
uses: jpetrucciani/mypy-check@master
with:
path: common/CI common/Hooks common/Scripts/worklog.py
python_version: "3.10"
python_version: "3.12"
requirements: ruamel.yaml types-PyYAML types-Markdown
ShellCheck:
name: ShellCheck
Expand Down
Loading
Loading