Skip to content

Bump certifi from 2023.7.22 to 2024.7.4 (#28) #44

Bump certifi from 2023.7.22 to 2024.7.4 (#28)

Bump certifi from 2023.7.22 to 2024.7.4 (#28) #44

Workflow file for this run

---
name: pre-commit
on:
pull_request:
push:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Pre-commit
uses: pre-commit/action@v3.0.1