mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-23 21:00:16 +08:00
Add new CI step for linting
This commit is contained in:
parent
9b46a4c88c
commit
bbfb2b4950
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -28,4 +28,6 @@ jobs:
|
|||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: |
|
run: |
|
||||||
pytest -v tests/unit
|
pytest -v tests/unit
|
||||||
|
- name: Lint for errors
|
||||||
|
run: |
|
||||||
pylint comfy
|
pylint comfy
|
||||||
Loading…
Reference in New Issue
Block a user