This repository was archived by the owner on May 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
lambda_api/.github/workflows
lambda_sqs/.github/workflows Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 3131 python-version : ${{ matrix.python-version }}
3232 architecture : x64
3333 cache : ' pip'
34- - run : |
34+ - name : Install dependencies
35+ run : |
3536 python -m pip install --upgrade pip
3637 pip install pylint
3738 - name : Analysing the code with pylint
38- - run : pylint app.py lambda_app tests
39+ - run : pylint ./examples/*/ app.py ./examples/*/*
Original file line number Diff line number Diff line change 3131 python-version : ${{ matrix.python-version }}
3232 architecture : x64
3333 cache : ' pip'
34- - run : |
34+ - name : Install dependencies
35+ run : |
3536 python -m pip install --upgrade pip
3637 pip install pylint
3738 - name : Analysing the code with pylint
38- - run : pylint app.py lambda_app tests
39+ run : pylint app.py lambda_app tests
Original file line number Diff line number Diff line change 3131 python-version : ${{ matrix.python-version }}
3232 architecture : x64
3333 cache : ' pip'
34- - run : |
34+ - name : Install dependencies
35+ run : |
3536 python -m pip install --upgrade pip
3637 pip install pylint
3738 - name : Analysing the code with pylint
38- - run : pylint app.py lambda_app tests
39+ run : pylint app.py lambda_app tests
You can’t perform that action at this time.
0 commit comments