3 matches across 1 files for error lang:YAML lang:YAML path:.github/workflows/check_extras_sync.yml
snippet_mode: auto · sorted by relevance
.github/workflows/check_extras_sync.yml YAML 3 matches view file →
58 )
59 if [ ${#files[@]} -eq 0 ]; then
60 echo "::error::No pyproject.toml files found under libs/"
61 exit 1
62 fi
· · ·
68 done
69 if [ ${#failed[@]} -gt 0 ]; then
70 echo "::error::Extras-sync check failed for ${#failed[@]} package(s):"
71 printf '::error:: %s\n' "${failed[@]}"
72 exit 1
· · ·
71 printf '::error:: %s\n' "${failed[@]}"
72 exit 1
73 fi
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.