Skip to content

Bump certifi from 2024.2.2 to 2024.7.4 in the pip group across 1 directory #10

Bump certifi from 2024.2.2 to 2024.7.4 in the pip group across 1 directory

Bump certifi from 2024.2.2 to 2024.7.4 in the pip group across 1 directory #10

Workflow file for this run

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