Skip to content

Commit 9342959

Browse files
hyperpolymathclaude
andcommitted
fix(ci): update dogfood-gate workflow
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7e3142f commit 9342959

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dogfood-gate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ print(f'Valid: {project[\"name\"]} ({len(functions)} function(s))')
345345
fi
346346
347347
# VeriSimDB integration?
348-
if grep -rl 'verisimdb\|VeriSimDB' --include='*.toml' --include='*.yaml' --include='*.yml' --include='*.json' --include='*.rs' --include='*.ex' . 2>/dev/null | head -1 | grep -q .; then
348+
if grep -rl 'verisim\|VeriSimDB' --include='*.toml' --include='*.yaml' --include='*.yml' --include='*.json' --include='*.rs' --include='*.ex' . 2>/dev/null | head -1 | grep -q .; then
349349
SCORE=$((SCORE + 1))
350350
VSDB_STATUS=":white_check_mark:"
351351
else

0 commit comments

Comments
 (0)