From 0c67336f0695e39ed2b51e7d1e8a8848745b15d2 Mon Sep 17 00:00:00 2001 From: Harshal Sheth Date: Wed, 9 Apr 2025 15:14:38 -0700 Subject: [PATCH] fix(ci): add actionlint file (#13157) --- .github/actionlint.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/actionlint.yaml diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml new file mode 100644 index 0000000000..1984a114f6 --- /dev/null +++ b/.github/actionlint.yaml @@ -0,0 +1,7 @@ +self-hosted-runner: + labels: + - "depot-ubuntu-22.04-small" + - "depot-ubuntu-22.04-4" + - "depot-ubuntu-22.04" + - "depot-ubuntu-24.04" + - "depot-ubuntu-24.04-small"