mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 11:39:12 +00:00
Pylint loc modification
This commit is contained in:
parent
04627c19d1
commit
59b316136b
3
.github/workflows/pylint.yml
vendored
3
.github/workflows/pylint.yml
vendored
@ -33,9 +33,8 @@ jobs:
|
||||
pip install pylint
|
||||
cd ingestion
|
||||
sudo apt-get install -y libsasl2-dev unixodbc-dev
|
||||
ls
|
||||
pip install '.[all]'
|
||||
|
||||
- name: Analysing the code with pylint
|
||||
run: |
|
||||
pylint $(find src -type f -name "*.py")
|
||||
pylint $(find ./ingestion/src -type f -name "*.py")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user