4 matches across 1 files for error lang:YAML lang:YAML path:src/tools/rustfmt/.github/workflows/integration.yml
snippet_mode: auto · sorted by relevance
src/tools/rustfmt/.github/workflows/integration.yml YAML 4 matches view file →
31 # Allowed Failures
32 # Actions doesn't yet support explicitly marking matrix legs as allowed failures
33 # https://github.community/t5/GitHub-Actions/continue-on-error-allow-failure-UI-indication/td-p/37033
34 # https://github.community/t5/GitHub-Actions/Why-a-matrix-step-will-be-canceled-if-another-one-failed/td-p/30920
35 # Instead, leverage `continue-on-error`
· · ·
35 # Instead, leverage `continue-on-error`
36 # https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#jobsjob_idstepscontinue-on-error
37 #
· · ·
36 # https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#jobsjob_idstepscontinue-on-error
37 #
38 # Failing due to breaking changes in rustfmt 2.0 where empty
· · ·
78 TARGET: x86_64-unknown-linux-gnu
79 run: ./ci/integration.sh
80 continue-on-error: ${{ matrix.allow-failure == true }}
81
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.