ci : only show warnings and errors in python type-check
The "information" level otherwise has entries from 'examples/pydantic_models_to_grammar.py', which could be confusing for someone trying to figure out what failed, considering that these messages can safely be ignored even though they look like errors.
This commit is contained in:
parent
6ec70c93be
commit
86ccd30983
1 changed files with 1 additions and 0 deletions
1
.github/workflows/python-type-check.yml
vendored
1
.github/workflows/python-type-check.yml
vendored
|
@ -34,4 +34,5 @@ jobs:
|
||||||
uses: jakebailey/pyright-action@v2
|
uses: jakebailey/pyright-action@v2
|
||||||
with:
|
with:
|
||||||
version: 1.1.370
|
version: 1.1.370
|
||||||
|
level: warning
|
||||||
warnings: true
|
warnings: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue