ci: make shellcheck gate release-safe
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Run shellcheck
|
- name: Run shellcheck
|
||||||
run: |
|
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
|
- name: Run production inventory placeholder guard self-test
|
||||||
run: bash scripts/check_production_inventory_placeholders.sh --self-test
|
run: bash scripts/check_production_inventory_placeholders.sh --self-test
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# shellcheck shell=bash
|
||||||
# DetMir autonomous AI helpers. Installed on Proxmox host.
|
# DetMir autonomous AI helpers. Installed on Proxmox host.
|
||||||
# Run `ai-test`, `detmir-check`, `detmir-dlp`, or `detmir-ai`.
|
# Run `ai-test`, `detmir-check`, `detmir-dlp`, or `detmir-ai`.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user