Agent Done Or Not
Version updated for https://github.com/mohamedzhioua/agent-done-or-not to version v0.10.1.
- This action is used across all versions by 0 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed
v0.10.1 — Marketplace branding + cleanup
A packaging/metadata patch on top of v0.10.0. No engine behavior change — receipts, mode: verify, and the gates are identical.
What changed
- Marketplace branding on the composite Action (
branding.icon: check-circle,color: green) so it can be listed on the GitHub Marketplace with an icon. - Removed a now-unreachable inner
mode != assertguard in theassertstep (already gated by the stepif:and the reject-unsupported-mode step). @v0references in the docs now resolve via a movingv0major tag that tracks the latestv0.xrelease. For the security-criticalmode: verifygate, keep pinning an exact tag (e.g.@v0.10.1) as the README recommends.
Verify quick reference
- uses: actions/checkout@v4
# set up your runtime + deps here (setup-node, npm ci, …)
- uses: mohamedzhioua/agent-done-or-not@v0.10.1
with:
mode: verify
checks: |
test: npm test
build: npm run build
Full history in CHANGELOG.md.