Skip to content

Add pre-commit, ruff check configuration and Github action #7

Add pre-commit, ruff check configuration and Github action

Add pre-commit, ruff check configuration and Github action #7

Workflow file for this run

name: Lint
on: [push, pull_request, workflow_dispatch]
permissions: {}
jobs:
lint:
name: Check code with ruff
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: tox-dev/action-pre-commit-uv@v1