Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit 04c0b12

Browse files
fix yml
1 parent fa47a42 commit 04c0b12

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ jobs:
3131
python-version: ${{ matrix.python-version }}
3232
architecture: x64
3333
cache: 'pip'
34-
- name: Install dependencies
3534
- run: |
3635
python -m pip install --upgrade pip
3736
pip install pylint
3837
- name: Analysing the code with pylint
39-
- run: pylint ./examples/*/app.py ./examples/*/*
38+
- run: pylint app.py lambda_app tests

examples/lambda_api/.github/workflows/pylint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
python-version: ${{ matrix.python-version }}
3232
architecture: x64
3333
cache: 'pip'
34-
- name: Install dependencies
3534
- run: |
3635
python -m pip install --upgrade pip
3736
pip install pylint

examples/lambda_sqs/.github/workflows/pylint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
python-version: ${{ matrix.python-version }}
3232
architecture: x64
3333
cache: 'pip'
34-
- name: Install dependencies
3534
- run: |
3635
python -m pip install --upgrade pip
3736
pip install pylint

0 commit comments

Comments
 (0)