Skip to content

Add workflow to publish test and coverage results #29

Add workflow to publish test and coverage results

Add workflow to publish test and coverage results #29

Workflow file for this run

name: Verify formatting
on:
push:
branches: master
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
name: Verify Python formatting
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
with:
args: "format --check"