mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-12 07:10:52 +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
|
||||
run: |
|
||||
pytest -v tests/unit
|
||||
- name: Lint for errors
|
||||
run: |
|
||||
pylint comfy
|
||||
Loading…
Reference in New Issue
Block a user