ci: add type checking to ci
This commit is contained in:
parent
0b2a911405
commit
ec806352ed
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ jobs:
|
|||
run: pipx run pre-commit run check-yaml -a
|
||||
- name: Validate shell scripts
|
||||
run: pipx run pre-commit run shellcheck -a
|
||||
- name: Check types
|
||||
run: pipx run pre-commit run pyright -a
|
||||
export-trace:
|
||||
runs-on: runner-latest
|
||||
needs: [static-analysis]
|
||||
|
|
Loading…
Reference in a new issue