Skip to content

Add codecov workflow to the testing pipeline. #260

Add codecov workflow to the testing pipeline.

Add codecov workflow to the testing pipeline. #260

Workflow file for this run

---
name: Linting
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
pre-commit:
name: pre-commit
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
with:
python-version: 3.12
- name: Run pre-commit
uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1