Skip to content

Refactor Renovate config: adjust matchManagers formatting #35

Refactor Renovate config: adjust matchManagers formatting

Refactor Renovate config: adjust matchManagers formatting #35

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