aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint-test.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml
index 857aeea0..00335561 100644
--- a/.github/workflows/lint-test.yaml
+++ b/.github/workflows/lint-test.yaml
@@ -28,7 +28,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 ."
- name: Migrations and run tests with coverage.py
run: |