From 84598cbd710688335dd7c5bd99fe87f8388403c8 Mon Sep 17 00:00:00 2001 From: "Travis A. O'Brien" Date: Tue, 10 Sep 2024 11:30:24 -0400 Subject: [PATCH] Fix ruff command --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 92bb5d1..949e9f9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,7 +46,7 @@ jobs: pip install -e . - name: Run linting tests on files in src - run: ruff src + run: ruff check src - name: Run tests run: pytest \ No newline at end of file