Skip to content

Add pre-commit, ruff check configuration and Github action (#405) #8

Add pre-commit, ruff check configuration and Github action (#405)

Add pre-commit, ruff check configuration and Github action (#405) #8

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