Skip to content

Update from RegioHelden's modulesync-config-django #142

Update from RegioHelden's modulesync-config-django

Update from RegioHelden's modulesync-config-django #142

Workflow file for this run

name: Lint
on:
# code pushed to pull request branch
push:
branches-ignore:
- main
# when draft state is removed (needed as automatically created PRs are not triggering this action)
pull_request:
types: [ready_for_review]
jobs:
# lint code for errors
# see https://github.com/RegioHelden/github-reusable-workflows/blob/main/.github/workflows/python-ruff.yaml
lint:
name: Lint
permissions:
contents: read
uses: RegioHelden/github-reusable-workflows/.github/workflows/python-ruff.yaml@v2.8.1
with:
ruff-version: "0.15.10"