Skip to content

feat: power to db

feat: power to db #6

Workflow file for this run

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