(#11169) linter - only recipes (no test_package)

* linter - only recipes (no test_package)

* only recipe files

* revert recipe changes
This commit is contained in:
Javier G. Sogo
2022-06-14 09:25:51 +02:00
committed by GitHub
parent c817463fa6
commit 6a859fb4bd

View File

@@ -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: