Skip to content

chore: simplify pixi.toml #2

chore: simplify pixi.toml

chore: simplify pixi.toml #2

Workflow file for this run

name: lint
on:
workflow_dispatch:
pull_request:
paths:
- "src/**.py"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ruff-lint:
strategy:
matrix:
machine: [windows-latest]
uses: Glatzel/py-template/.github/workflows/lint.yml@main
with:
machine: ${{matrix.machine}}