ci: run socket-free jobs on the light label #3

Merged
jcoffey-dev merged 1 commits from ci/light-runner into main 2026-09-22 13:48:14 +00:00
+1 -1
View File
@@ -19,7 +19,7 @@ concurrency:
jobs: jobs:
shellcheck: shellcheck:
runs-on: docker runs-on: light
# The -alpine variant, not koalaman/shellcheck:stable. That one is built # The -alpine variant, not koalaman/shellcheck:stable. That one is built
# FROM scratch with shellcheck as the entrypoint and no shell at all, so a # FROM scratch with shellcheck as the entrypoint and no shell at all, so a
# job cannot run a script in it. # job cannot run a script in it.