mirror of
https://github.com/curl/curl.git
synced 2026-06-06 18:24:49 +03:00
try making pytype job faster
This commit is contained in:
parent
6f899a738f
commit
3dc6cf96c4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/checksrc.yml
vendored
2
.github/workflows/checksrc.yml
vendored
|
|
@ -82,7 +82,7 @@ jobs:
|
|||
run: scripts/cmakelint.sh
|
||||
|
||||
- name: 'pytype'
|
||||
run: find . -name '*.py' -exec pytype -j auto -k {} +
|
||||
run: pytype -j auto -k $(find . -name '*.py')
|
||||
|
||||
- name: 'ruff'
|
||||
run: scripts/pythonlint.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue