Skip to content

Commit cd1a981

Browse files
russellbshreyankg
authored andcommitted
[CI/Build] Use mypy matcher for pre-commit CI job (vllm-project#13162)
Signed-off-by: Russell Bryant <[email protected]>
1 parent 25a9174 commit cd1a981

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
with:
1515
python-version: "3.12"
1616
- run: echo "::add-matcher::.github/workflows/matchers/actionlint.json"
17+
- run: echo "::add-matcher::.github/workflows/matchers/mypy.json"
1718
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
1819
with:
1920
extra_args: --all-files --hook-stage manual

0 commit comments

Comments
 (0)