aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2023-10-31 23:32:59 -0700
committerGravatar Chris Lovering <[email protected]>2023-11-06 10:41:46 +0000
commit1eed04c80b0808e4e48ce44bcaad6122abdea50e (patch)
treedeff437c33017b532f35fd8a1a841f46c84854d8
parentBump ruff from 0.0.292 to 0.1.4 (diff)
Corrected ruff check output format arg
-rw-r--r--.github/workflows/lint.yaml2
1 files changed, 1 insertions, 1 deletions
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