|
|
@ -23,7 +23,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: actions/setup-python@v4 |
|
|
|
- uses: actions/setup-python@v5 |
|
|
|
with: |
|
|
|
with: |
|
|
|
python-version: '3.x' |
|
|
|
python-version: '3.x' |
|
|
|
- run: python -m pip install pylint |
|
|
|
- run: python -m pip install pylint |
|
|
@ -33,7 +33,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: actions/setup-python@v4 |
|
|
|
- uses: actions/setup-python@v5 |
|
|
|
with: |
|
|
|
with: |
|
|
|
python-version: '3.x' |
|
|
|
python-version: '3.x' |
|
|
|
- run: python -m pip install flake8 |
|
|
|
- run: python -m pip install flake8 |
|
|
@ -43,7 +43,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: actions/setup-python@v4 |
|
|
|
- uses: actions/setup-python@v5 |
|
|
|
with: |
|
|
|
with: |
|
|
|
python-version: '3.x' |
|
|
|
python-version: '3.x' |
|
|
|
# Pin mypy to version 1.8, so we retain the ability to lint for Python 3.7 |
|
|
|
# Pin mypy to version 1.8, so we retain the ability to lint for Python 3.7 |
|
|
|