feat: CI smoke test — syntax check + function resolution for all agent scripts (#177)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
openhands 2026-03-18 17:11:02 +00:00
parent 014965494b
commit 55b5628e24
3 changed files with 188 additions and 0 deletions

View file

@ -14,6 +14,12 @@ steps:
commands:
- find . -name "*.sh" -not -path "./.git/*" -print0 | xargs -0 -r shellcheck --severity=warning
- name: agent-smoke
image: alpine:3
commands:
- apk add --no-cache bash
- bash .woodpecker/agent-smoke.sh
- name: duplicate-detection
image: python:3-alpine
commands: