mirror of
https://github.com/astral-sh/ruff
synced 2026-01-10 08:04:26 -05:00
10 lines
339 B
YAML
10 lines
339 B
YAML
# Configuration for the actionlint tool, which we run via pre-commit
|
|
# to verify the correctness of the syntax in our GitHub Actions workflows.
|
|
|
|
self-hosted-runner:
|
|
# Various runners we use that aren't recognized out-of-the-box by actionlint:
|
|
labels:
|
|
- depot-ubuntu-latest-8
|
|
- depot-ubuntu-22.04-16
|
|
- windows-latest-xlarge
|