Skip to content

πŸ› Write all supported versions to version.json to avoid flapping #362

πŸ› Write all supported versions to version.json to avoid flapping

πŸ› Write all supported versions to version.json to avoid flapping #362

Workflow file for this run

name: Tests
on:
pull_request:
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3
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 }}