[ty] Add `set -eu` to mypy-primer script (#19212)

## Summary

So that the CI job fails if ty panics.
This commit is contained in:
Ibraheem Ahmed 2025-07-08 12:16:09 -04:00 committed by GitHub
parent 7533a0bfdb
commit 546f1b7b39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -eu
echo "Enabling mypy primer specific configuration overloads (see .github/mypy-primer-ty.toml)"
mkdir -p ~/.config/ty