mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-09 05:19:32 +08:00
18 lines
515 B
YAML
18 lines
515 B
YAML
# actionlint configuration
|
|
# https://github.com/rhysd/actionlint/blob/main/docs/config.md
|
|
|
|
self-hosted-runner:
|
|
labels:
|
|
# Blacksmith CI runners
|
|
- blacksmith-4vcpu-ubuntu-2404
|
|
- blacksmith-4vcpu-windows-2025
|
|
|
|
# Ignore patterns for known issues
|
|
paths:
|
|
.github/workflows/**/*.yml:
|
|
ignore:
|
|
# Ignore shellcheck warnings (we run shellcheck separately)
|
|
- "shellcheck reported issue.+"
|
|
# Ignore intentional if: false for disabled jobs
|
|
- 'constant expression "false" in condition'
|