mirror of
https://github.com/garrytan/gstack.git
synced 2026-08-30 18:00:39 +02:00
fix: CI failures — stale Codex yaml, actionlint config, shellcheck
- Regenerate Codex .agents/ files (setup-browser-cookies description changed) - Add actionlint.yaml to whitelist ubicloud-standard-2 runner label - Add shellcheck disable for intentional word splitting in evals.yml Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
9da0f14398
commit
bc268bb8d5
@@ -157,6 +157,7 @@ jobs:
|
||||
|
||||
TOTAL=0; PASSED=0; FAILED=0; COST="0"
|
||||
SUITE_LINES=""
|
||||
# shellcheck disable=SC2086 # intentional word splitting
|
||||
for f in $RESULTS; do
|
||||
T=$(jq -r '.total_tests // 0' "$f")
|
||||
P=$(jq -r '.passed // 0' "$f")
|
||||
|
||||
Reference in New Issue
Block a user