mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-04-04 22:55:18 -04:00
9 lines
405 B
YAML
9 lines
405 B
YAML
self-hosted-runner:
|
|
# Custom labels of self-hosted or large GitHub hosted runners
|
|
# so that actionlint knows that they are not a typo
|
|
labels:
|
|
- selfhosted-ubuntu-arm64
|
|
# Configuration variables in array of strings defined in your repository or
|
|
# organization. `null` means disabling configuration variables check.
|
|
# Empty array means no configuration variable is allowed.
|
|
config-variables: null
|