Skip to content

Configure codecov to show coverage #123

Configure codecov to show coverage

Configure codecov to show coverage #123

Workflow file for this run

name: Run pre-commit hooks
on:
push:
branches: [main]
pull_request:
jobs:
pre-commit:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()