Skip to content

Bump types-requests from 2.31.0.20240125 to 2.31.0.20240406 #394

Bump types-requests from 2.31.0.20240125 to 2.31.0.20240406

Bump types-requests from 2.31.0.20240125 to 2.31.0.20240406 #394

Workflow file for this run

name: Test
on:
pull_request:
types: [opened, synchronize]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: poetry check --lock
- run: poetry run ruff format --check
- run: poetry run ruff check
- run: poetry run mypy
- run: poetry run pytest