|
All checks were successful
Test / rust-fmt-check (pull_request) Successful in 26s
Test / frontend-typecheck (pull_request) Successful in 1m37s
Test / frontend-tests (pull_request) Successful in 1m25s
PR Review Automation / review (pull_request) Successful in 3m54s
Test / rust-clippy (pull_request) Successful in 4m25s
Test / rust-tests (pull_request) Successful in 5m47s
- set -euo pipefail (was -eu; pipefail catches silent pipe failures) - Validate TAG against ^v[0-9]+\.[0-9]+\.[0-9]+$ before use in commit message and JSON payload — prevents shell injection - Tolerate 404 on SHA fetch (new file): curl 2>/dev/null or true keeps CURRENT_SHA empty rather than causing jq to abort - Use jq -n to build JSON payload — conditionally omits sha field when file does not exist yet; eliminates manual string escaping - Check HTTP status of PUT; print response body and exit 1 on non-2xx - Add Accept: application/json header to SHA fetch request |
||
|---|---|---|
| .. | ||
| auto-tag.yml | ||
| build-images.yml | ||
| pr-review.yml | ||
| test.yml | ||