ci: use shell quality wait helper #166

Merged
barrettruth merged 1 commit from fix/shell-quality-wait into main 2026-05-04 17:07:04 +00:00
Owner

Summary

  • replace the Node quality wait helper with the shared shell/curl/jq helper pattern
  • update deploy, nightly, and release workflows to call wait-for-quality.sh
  • keep Forgejo-native env usage and quiet repeated wait logging from the prior PRs

Verification

  • nix shell nixpkgs#shellcheck -c shellcheck .forgejo/scripts/wait-for-quality.sh
  • nix shell nixpkgs#yq-go -c yq '.' .forgejo/workflows/deploy.yaml .forgejo/workflows/deploy-nightly.yaml .forgejo/workflows/release.yaml
  • mocked API run: two identical pending responses produce one Waiting for quality checks: ... line before success
  • git diff --check
  • rg -n "wait-for-quality\.js|node .*wait-for-quality|GITHUB|github\." .forgejo returns no matches
## Summary - replace the Node quality wait helper with the shared shell/curl/jq helper pattern - update deploy, nightly, and release workflows to call `wait-for-quality.sh` - keep Forgejo-native env usage and quiet repeated wait logging from the prior PRs ## Verification - `nix shell nixpkgs#shellcheck -c shellcheck .forgejo/scripts/wait-for-quality.sh` - `nix shell nixpkgs#yq-go -c yq '.' .forgejo/workflows/deploy.yaml .forgejo/workflows/deploy-nightly.yaml .forgejo/workflows/release.yaml` - mocked API run: two identical pending responses produce one `Waiting for quality checks: ...` line before success - `git diff --check` - `rg -n "wait-for-quality\.js|node .*wait-for-quality|GITHUB|github\." .forgejo` returns no matches
ci: use shell quality wait helper
All checks were successful
quality / Format (pull_request) Successful in 14s
quality / Test (pull_request) Successful in 40s
quality / Lint (pull_request) Successful in 1m3s
e1e29a2f29
barrettruth deleted branch fix/shell-quality-wait 2026-05-04 17:07:04 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
barrettruth/vimdoc-language-server!166
No description provided.