Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

fix(deps): bump types-requests from 2.31.0.10 to 2.31.0.20231231 (#115) #191

fix(deps): bump types-requests from 2.31.0.10 to 2.31.0.20231231 (#115)

fix(deps): bump types-requests from 2.31.0.10 to 2.31.0.20231231 (#115) #191

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pipx install poetry==1.3.2
- uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: poetry
- run: poetry install
- run: poetry run black --check .
- run: poetry run mypy --check .