mirror of
https://github.com/astral-sh/ty.git
synced 2026-05-06 08:56:48 -04:00
12 lines
404 B
YAML
12 lines
404 B
YAML
# Configuration for the actionlint tool, which we run via prek
|
|
# 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
|
|
- github-windows-2025-x86_64-8
|
|
- github-windows-2025-x86_64-16
|