Skip to content

Switch to structure that allows usage as a library #4

Switch to structure that allows usage as a library

Switch to structure that allows usage as a library #4

Workflow file for this run

name: Lint code
on:
pull_request:
branches:
- master
jobs:
ruff:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: astral-sh/setup-uv@v5
- run: uv sync --group dev
- run: uv run ruff check dqf/