mirror of
https://github.com/charliermarsh/ruff
synced 2025-10-05 23:52:47 +02:00
From 6m 15s -> 3m 54s (total runtime) See also https://github.com/astral-sh/uv/pull/14122 We don't use a Dev Drive here so this is trivial (ref #15664)
14 lines
459 B
YAML
14 lines
459 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
|
|
- depot-ubuntu-22.04-32
|
|
- depot-windows-2022-16
|
|
- github-windows-2025-x86_64-8
|
|
- github-windows-2025-x86_64-16
|
|
- codspeed-macro
|