mirror of
https://github.com/curl/curl.git
synced 2026-08-26 00:13:34 +03:00
scripts: use end-of-options marker in find -exec commands
Closes #19450
This commit is contained in:
parent
a8e46c5ab1
commit
6aab1dc263
8 changed files with 13 additions and 13 deletions
2
.github/workflows/checksrc.yml
vendored
2
.github/workflows/checksrc.yml
vendored
|
|
@ -91,7 +91,7 @@ jobs:
|
|||
- name: 'pytype'
|
||||
run: |
|
||||
source ~/venv/bin/activate
|
||||
find . -name '*.py' -exec pytype -j auto -k {} +
|
||||
find . -name '*.py' -exec pytype -j auto -k -- {} +
|
||||
|
||||
- name: 'ruff'
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue