Add Ruff lint workflow

This commit is contained in:
Katharina Dröge 2026-04-09 19:35:51 +02:00
parent fc1f4b89c5
commit 301b89749b
No known key found for this signature in database
GPG key ID: 3D586C5E334E5A26

13
.github/workflows/lint-ruff.yml vendored Normal file
View file

@ -0,0 +1,13 @@
name: Lint with Ruff
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: astral-sh/ruff-action@v3