Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
de0e61a3
Unverified
Commit
de0e61a3
authored
Nov 07, 2024
by
Russell Bryant
Committed by
GitHub
Nov 07, 2024
Browse files
[CI/Build] Always run mypy (#10122)
Signed-off-by:
Russell Bryant
<
rbryant@redhat.com
>
parent
9d43afcc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
.github/workflows/mypy.yaml
.github/workflows/mypy.yaml
+10
-5
No files found.
.github/workflows/mypy.yaml
View file @
de0e61a3
...
...
@@ -14,11 +14,16 @@ on:
pull_request
:
branches
:
-
main
paths
:
-
'
**/*.py'
-
'
.github/workflows/mypy.yaml'
-
'
tools/mypy.sh'
-
'
pyproject.toml'
# This workflow is only relevant when one of the following files changes.
# However, we have github configured to expect and require this workflow
# to run and pass before github with auto-merge a pull request. Until github
# allows more flexible auto-merge policy, we can just run this on every PR.
# It doesn't take that long to run, anyway.
#paths:
# - '**/*.py'
# - '.github/workflows/mypy.yaml'
# - 'tools/mypy.sh'
# - 'pyproject.toml'
jobs
:
mypy
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment