From 296f32f4062922b1f207d6c5d68b45e6d69ebd53 Mon Sep 17 00:00:00 2001 From: Will Sarg <12886992+willsarg@users.noreply.github.com> Date: Mon, 16 Feb 2026 17:57:47 -0500 Subject: [PATCH] fix(actionlint): adjust indentation for self-hosted runner labels --- .github/actionlint.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml index 59b8b75..1c422ab 100644 --- a/.github/actionlint.yaml +++ b/.github/actionlint.yaml @@ -1,4 +1,4 @@ self-hosted-runner: - labels: - - lxc-ci - - blacksmith-2vcpu-ubuntu-2404 + labels: + - lxc-ci + - blacksmith-2vcpu-ubuntu-2404