mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-09-25 08:04:49 +00:00
Fix pylint CI check running with no files (#4097)
This commit is contained in:
parent
274746db07
commit
adf4a3ea2f
1
.github/workflows/linting.yml
vendored
1
.github/workflows/linting.yml
vendored
@ -53,5 +53,6 @@ jobs:
|
|||||||
uses: ./.github/actions/python_cache/
|
uses: ./.github/actions/python_cache/
|
||||||
|
|
||||||
- name: Pylint
|
- name: Pylint
|
||||||
|
if: steps.files.outputs.any_changed == 'true'
|
||||||
run: |
|
run: |
|
||||||
pylint -ry -j 0 ${{ steps.files.outputs.all_changed_files }}
|
pylint -ry -j 0 ${{ steps.files.outputs.all_changed_files }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user