# actionlint configuration: whitelist the custom self-hosted runner labels # used by the CD workflow (Warp.dev runners) so `actionlint cd.yml` passes. # See https://github.com/rhysd/actionlint/blob/main/docs/config.md self-hosted-runner: labels: - ubuntu-latest - windows-latest