Skip to content

Update cacert.pem (#2995) #485

Update cacert.pem (#2995)

Update cacert.pem (#2995) #485

Workflow file for this run

name: Lint code
on:
push:
pull_request:
branches-ignore: [ master ]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Run pre-commit
uses: pre-commit/action@v3.0.0