mirror of
https://github.com/curl/curl.git
synced 2026-06-06 13:44:15 +03:00
Revert "try making pytype job faster"
This reverts commit fa3a90efaf4b1a6f3c235bcf37ee9711ada3829e. Already passing all files at once.
This commit is contained in:
parent
9acecae0f9
commit
36a663d2d5
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: pytype -j auto -k $(find . -name '*.py')
|
||||
run: find . -name '*.py' -exec pytype -j auto -k {} +
|
||||
|
||||
- name: 'ruff'
|
||||
run: scripts/pythonlint.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue