From bbfb2b49506bbc63ada3d691b269af42cc21c0e5 Mon Sep 17 00:00:00 2001 From: Max Tretikov Date: Fri, 14 Jun 2024 15:47:51 -0600 Subject: [PATCH] Add new CI step for linting --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) 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