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.20231231 to 2.31.0.2024010… #193
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 . |