From 218b67fb50b9a364420144abb9abdcc0a2d33455 Mon Sep 17 00:00:00 2001 From: Hugh Hackman Date: Wed, 18 Mar 2026 12:00:53 +0000 Subject: [PATCH] fix: register local-ubuntu-latest as custom runner label for actionlint actionlint doesn't recognize our self-hosted runner label. Adding actionlint.yaml config to suppress false positives. Co-Authored-By: Paperclip --- .github/actionlint.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/actionlint.yaml diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml new file mode 100644 index 0000000..816e4fb --- /dev/null +++ b/.github/actionlint.yaml @@ -0,0 +1,3 @@ +self-hosted-runner: + labels: + - local-ubuntu-latest