mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-09 12:59:33 +00:00
update actions version
This commit is contained in:
16
.github/workflows/lint_python.yml
vendored
16
.github/workflows/lint_python.yml
vendored
@@ -4,11 +4,13 @@ jobs:
|
|||||||
lint_python:
|
lint_python:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.11'
|
||||||
- run: pip install --upgrade pip wheel
|
- name: Install dependencies
|
||||||
- run: pip install bandit black codespell flake8 flake8-bugbear
|
run: |
|
||||||
flake8-comprehensions isort requests
|
python -m pip install --upgrade pip
|
||||||
- run: ./deploy.sh validate
|
pip install -r tubearchivist/requirements-dev.txt
|
||||||
|
- name: Run Linter
|
||||||
|
run: ./deploy.sh validate
|
||||||
|
|||||||
Reference in New Issue
Block a user