mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-08-14 02:35:37 +00:00
(#11169) linter - only recipes (no test_package)
* linter - only recipes (no test_package) * only recipe files * revert recipe changes
This commit is contained in:
2
.github/workflows/linter-conan-v2.yml
vendored
2
.github/workflows/linter-conan-v2.yml
vendored
@@ -62,7 +62,7 @@ jobs:
|
||||
uses: tj-actions/changed-files@v20
|
||||
with:
|
||||
files: |
|
||||
**/conanfile.py
|
||||
recipes/*/*/conanfile.py
|
||||
- uses: actions/setup-python@v3
|
||||
if: steps.changed-files.outputs.any_changed == 'true'
|
||||
with:
|
||||
|
Reference in New Issue
Block a user