From 1eed04c80b0808e4e48ce44bcaad6122abdea50e Mon Sep 17 00:00:00 2001 From: Xithrius Date: Tue, 31 Oct 2023 23:32:59 -0700 Subject: Corrected ruff check output format arg --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 2003fa66..592b6522 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -51,7 +51,7 @@ jobs: # Run `ruff` using github formatting to enable automatic inline annotations. - name: Run ruff - run: "ruff check --format=github ." + run: "ruff check --output-format=github ." # Prepare the Pull Request Payload artifact. If this fails, we # we fail silently using the `continue-on-error` option. It's -- cgit v1.2.3