diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4e10da956..8841877ea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,4 +28,6 @@ jobs: - name: Run unit tests run: | pytest -v tests/unit + - name: Lint for errors + run: | pylint comfy \ No newline at end of file