Skip to content

use official ruff action #303

use official ruff action

use official ruff action #303

Workflow file for this run

name: Lint with ruff
on:
workflow_call:
pull_request:
types: [ opened, synchronize, reopened, ready_for_review ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v1
with:
src: "./src"
changed-files: "true"