mirror of
https://github.com/astral-sh/ruff.git
synced 2025-12-23 09:19:39 +00:00
I changed these org-wide to make it more obvious what runner it maps to; did not update here as I did in uv
10 lines
382 B
YAML
10 lines
382 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
|
|
- github-windows-2025-x86_64-8
|
|
- github-windows-2025-x86_64-16
|