package creation
This commit is contained in:
@@ -5,13 +5,15 @@ on:
|
||||
branches:
|
||||
- "dev"
|
||||
paths:
|
||||
- "cdl_downloader**"
|
||||
- "src**"
|
||||
- "requirements.txt"
|
||||
pull_request:
|
||||
branches:
|
||||
- "dev"
|
||||
- "main"
|
||||
paths:
|
||||
- "cdl_downloader**"
|
||||
- "src**"
|
||||
- "requirements.txt"
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
@@ -26,7 +28,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r cdl_downloader/requirements.txt
|
||||
pip install -r requirements.txt
|
||||
pip install pylint
|
||||
- name: Analysing the code with pylint
|
||||
run: pylint --exit-zero $(git ls-files 'cdl_downloader/*.py')
|
||||
run: pylint --exit-zero $(git ls-files 'src/*.py')
|
||||
Reference in New Issue
Block a user