--- # Woodpecker CI configuration for Worldhopper pull requests # Runs linting and static analysis on PRs when: event: pull_request steps: lint: image: debian:bookworm-slim commands: - bash .woodpecker/scripts/pr-lint.sh