Skip to content

try publishing code coverage as comment #31

try publishing code coverage as comment

try publishing code coverage as comment #31

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
workflow_dispatch:
permissions:
contents: read
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Test
run: make test