Skip to content

Update coverage workflow to align with current pytest pipeline #3

Update coverage workflow to align with current pytest pipeline

Update coverage workflow to align with current pytest pipeline #3

Workflow file for this run

name: Ruff
on: [pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
with:
args: "check --output-format=github"
- uses: astral-sh/ruff-action@v3
with:
args: "format --check"