We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d1bf6 commit 5a2d882Copy full SHA for 5a2d882
1 file changed
.github/workflows/ci.yaml
@@ -663,6 +663,12 @@ jobs:
663
path: ecosystem-result
664
if-no-files-found: "error"
665
666
+ - name: Fail on ecosystem errors
667
+ run: |
668
+ if grep -q "project error" ecosystem-result; then
669
+ exit 1
670
+ fi
671
+
672
fuzz-ty:
673
name: "Fuzz for new ty panics"
674
runs-on: ${{ github.repository == 'astral-sh/ruff' && 'depot-ubuntu-22.04-16' || 'ubuntu-latest' }}
0 commit comments