Skip to content

Bump certifi from 2020.12.5 to 2023.7.22 #9

Bump certifi from 2020.12.5 to 2023.7.22

Bump certifi from 2020.12.5 to 2023.7.22 #9

Workflow file for this run

name: Python CI
on: pull_request
jobs:
Lint:
strategy:
fail-fast: true
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Precommit
uses: pre-commit/[email protected]