Skip to content

Commit 5fab194

Browse files
committed
Add new module verification
1 parent 3aae1c3 commit 5fab194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/new-module-verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
echo "Non-test modules found: $NON_TEST_MODULES"
184184
185185
if [ $HAS_ERRORS -eq 1 ]; then
186-
echo "::error::Some verification checks failed. Please review the errors above and fix them according to new-module-checklist.md"
186+
echo "::error::Some verification checks failed. Please review the errors above and fix them."
187187
exit 1
188188
else
189189
echo "✅ All automated verification checks passed!"

0 commit comments

Comments
 (0)