Pylint loc modification

This commit is contained in:
Ayush Shah 2021-08-07 11:40:34 +05:30
parent 04627c19d1
commit 59b316136b

View File

@ -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")