Skip to content

build(deps): bump certifi from 2023.7.22 to 2024.7.4 in the pip group #53

build(deps): bump certifi from 2023.7.22 to 2024.7.4 in the pip group

build(deps): bump certifi from 2023.7.22 to 2024.7.4 in the pip group #53

Workflow file for this run

name: ci
on: pull_request
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python & Poetry
uses: ./.github/actions/setup-python-poetry
with:
python-version: "3.11"
poetry-version: "1.6.1"
- name: Run CI
run: |
poetry run task format
poetry run task lint