Skip to content

chore(deps): update python docker tag to v3.14.2 #373

chore(deps): update python docker tag to v3.14.2

chore(deps): update python docker tag to v3.14.2 #373

Workflow file for this run

name: Tests
on:
pull_request:
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- uses: astral-sh/setup-uv@ed21f2f24f8dd64503750218de024bcf64c7250a # v7.1.5
with:
enable-cache: true
- run: uv run ./bin/lint
- run: uv run ./bin/test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}