Run the "typecheck our own code" workflow on PRs touching the lib/ directory (#13394)

This commit is contained in:
Alex Waygood
2025-01-11 12:56:01 +00:00
committed by GitHub
parent f26ad2059e
commit 0023f5a169

View File

@@ -10,6 +10,7 @@ on:
paths:
- "scripts/**"
- "tests/**"
- "lib/**"
- ".github/workflows/meta_tests.yml"
- "requirements-tests.txt"
- "pyproject.toml"