From e2d8723505a31d049cf09654b3c0103225660166 Mon Sep 17 00:00:00 2001 From: "Aaron (\"AJ\") Steers" Date: Sat, 9 Nov 2024 19:19:51 -0800 Subject: [PATCH] apply suggestion Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- .github/workflows/python_lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_lint.yml b/.github/workflows/python_lint.yml index 5598076cb..889f63526 100644 --- a/.github/workflows/python_lint.yml +++ b/.github/workflows/python_lint.yml @@ -30,7 +30,7 @@ jobs: run: poetry install --all-extras # Job-specifc step(s): - - name: Format code + - name: Run lint check run: poetry run ruff check . ruff-format-check: