Skip to content

use official ruff action #302

use official ruff action

use official ruff action #302

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"
continue-on-error: true # remove when https://github.com/Draegerwerk/sdc11073/issues/156 is done