Skip to content

chore(deps): update python docker tag to v3.13 - autoclosed #332

chore(deps): update python docker tag to v3.13 - autoclosed

chore(deps): update python docker tag to v3.13 - autoclosed #332

Workflow file for this run

name: CI
on:
push:
branches: ["master", "renovate/*"]
tags: ["*.*.*"]
pull_request:
branches: ["master"]
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/') != true
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
with:
enable-cache: true
- run: uv run --frozen pyright
- run: uv run --frozen ruff check
if: always()