From a75a4128011645ba29f1444491219c2de280cc65 Mon Sep 17 00:00:00 2001 From: igor04091968 Date: Wed, 3 Jun 2026 22:34:39 +0300 Subject: [PATCH] ci: make shellcheck gate release-safe --- .github/workflows/ci.yml | 2 +- ops/detmir-ai/detmir-ai-profile.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e33d04..6deb884 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Run shellcheck run: | - find . -type f -name "*.sh" -print0 | xargs -0 -r shellcheck -e SC1007,SC1090,SC2016 + find . -type f -name "*.sh" -print0 | xargs -0 -r shellcheck -S error -e SC1007,SC1090,SC2016 - name: Run production inventory placeholder guard self-test run: bash scripts/check_production_inventory_placeholders.sh --self-test diff --git a/ops/detmir-ai/detmir-ai-profile.sh b/ops/detmir-ai/detmir-ai-profile.sh index 1d9c405..05f0cd0 100644 --- a/ops/detmir-ai/detmir-ai-profile.sh +++ b/ops/detmir-ai/detmir-ai-profile.sh @@ -1,3 +1,4 @@ +# shellcheck shell=bash # DetMir autonomous AI helpers. Installed on Proxmox host. # Run `ai-test`, `detmir-check`, `detmir-dlp`, or `detmir-ai`.