Skip to content

Update codecov/codecov-action action to v6 #356

Update codecov/codecov-action action to v6

Update codecov/codecov-action action to v6 #356

Workflow file for this run

name: Code Quality
on:
pull_request:
workflow_dispatch:
jobs:
pre-commit-hooks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: astral-sh/setup-uv@v7
with:
enable-cache: true
- run: uv python install 3.12
- run: make check
typecheck:
name: Types Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: astral-sh/setup-uv@v7
with:
enable-cache: true
- run: uv python install 3.12
- run: make mypy