The check used escaped double quotes around a Ruby interpolation, which
the pipeline's /bin/sh rejected with "Unterminated quoted string". Single
quotes outside, plain concatenation inside — no escapes left to misread.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
The repo was registered in Woodpecker but had no pipeline, so nothing
ever ran on it. There is no test suite here, so the check is what can
actually catch a regression in a library: that it still compiles and
loads.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>