mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-25 14:36:05 +00:00
ci: Speed up pylint GitHub Action (#5828)
This commit is contained in:
parent
66b8b6656c
commit
d49c86c845
5
.github/workflows/linting.yml
vendored
5
.github/workflows/linting.yml
vendored
@ -68,10 +68,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
|
|
||||||
- name: Install Haystack
|
- name: Install Pylint and Haystack Linter
|
||||||
run: |
|
run: |
|
||||||
pip install ".[all,dev]"
|
pip install pylint ./haystack-linter
|
||||||
pip install ./haystack-linter
|
|
||||||
|
|
||||||
- name: Pylint
|
- name: Pylint
|
||||||
if: steps.files.outputs.any_changed == 'true'
|
if: steps.files.outputs.any_changed == 'true'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user