Skip to content

Commit

Permalink
Update Lint 2
Browse files Browse the repository at this point in the history
  • Loading branch information
csilva-intakedesk authored Sep 10, 2024
1 parent 654b27a commit 1469829
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v5.2.0
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint
pip install -t requirements.txt
pip install pylint flask gunicorn pyproj pyshp shapely
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')

0 comments on commit 1469829

Please sign in to comment.