Skip to content

Bump urllib3 from 1.26.11 to 1.26.18 #240

Bump urllib3 from 1.26.11 to 1.26.18

Bump urllib3 from 1.26.11 to 1.26.18 #240

Workflow file for this run

jobs:
lint:
container: ghcr.io/elimity-com/insights-client-python
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: /root/.local/bin/poetry install
- run: /root/.local/bin/poetry run black --check .
- run: /root/.local/bin/poetry run flake8
- run: /root/.local/bin/poetry run isort -c .
- run: /root/.local/bin/poetry run mypy .
- run: /root/.local/bin/poetry run pydocstyle
lock:
container: ghcr.io/elimity-com/insights-client-python
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: /root/.local/bin/poetry lock --check
test:
container: ghcr.io/elimity-com/insights-client-python
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: /root/.local/bin/poetry install
- run: /root/.local/bin/poetry run python -m unittest
on: pull_request