Skip to content

Bump types-requests from 2.31.0.2 to 2.31.0.5 #232

Bump types-requests from 2.31.0.2 to 2.31.0.5

Bump types-requests from 2.31.0.2 to 2.31.0.5 #232

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