2119 fix unknown error #2558
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Patch typing check" | |
on: | |
push: | |
branches: | |
- main | |
- staging | |
pull_request: | |
merge_group: | |
jobs: | |
patch-typing-check: | |
name: Run Patch Type Check | |
uses: codecov/gha-workflows/.github/workflows/mypy.yml@v1.2.21 |