From 8f04289d900f8e9ec3f80032277ff007aa203ca5 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Wed, 29 Nov 2023 13:09:26 +0000 Subject: [PATCH] Update .github/workflows/fix_lint.yaml Co-authored-by: Patrick Cloke --- .github/workflows/fix_lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fix_lint.yaml b/.github/workflows/fix_lint.yaml index 6b534acf6c19..f1e35fcd99d9 100644 --- a/.github/workflows/fix_lint.yaml +++ b/.github/workflows/fix_lint.yaml @@ -39,7 +39,7 @@ jobs: - name: Semantic checks (ruff) continue-on-error: true - run: poetry run ruff . + run: poetry run ruff --fix . - run: cargo clippy --all-features --fix -- -D warnings continue-on-error: true