mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-25 02:13:55 +02:00
add ty to linting
This commit is contained in:
parent
b664311bfd
commit
cab3cd5565
1
.github/workflows/pykanidm.yml
vendored
1
.github/workflows/pykanidm.yml
vendored
|
@ -28,6 +28,7 @@ jobs:
|
|||
run: |
|
||||
cd pykanidm
|
||||
uv run mypy --strict kanidm tests
|
||||
uv run ty check
|
||||
- name: Running Linting
|
||||
run: |
|
||||
cd pykanidm
|
||||
|
|
Loading…
Reference in a new issue