Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-codecov committed May 7, 2024
2 parents b1e04b3 + b7eb80c commit 69efe1e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ coverage.xml
service.json
.github
.circleci
gha-creds-*.json
14 changes: 14 additions & 0 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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.18
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ share/python-wheels/
.installed.cfg
*.egg
MANIFEST
gha-creds-*.json

# PyInstaller
# Usually these files are written by a python script from a template
Expand Down Expand Up @@ -129,4 +130,4 @@ dmypy.json
# PyCharm stuff
.idea

*.pem
*.pem

0 comments on commit 69efe1e

Please sign in to comment.