From b7e81dfd9aae142e672c1048ff8d6ebcb3d1dab1 Mon Sep 17 00:00:00 2001 From: Wyatt Stanke Date: Fri, 12 Apr 2024 15:42:49 -0400 Subject: [PATCH] Hmm --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e5d3c875..e34ba334 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,5 +23,5 @@ jobs: - uses: actions/checkout@v4 - uses: ./.github/library/setup - run: poetry run ruff format . - - run: poetry run ruff --fix . + - run: poetry run ruff check --fix . # - uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc