Skip to content

Run pat in ci

Run pat in ci #299

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