Skip to content

Bump codecov/codecov-action from 4 to 5 #23

Bump codecov/codecov-action from 4 to 5

Bump codecov/codecov-action from 4 to 5 #23

Workflow file for this run

name: Code Quality
on:
pull_request:
workflow_dispatch:
jobs:
lint:
name: Code Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- run: uv python install 3.11
- run: make
- run: make check
- run: make mypy