From 4a5eb3ee454876f2f384c12b216ec2a769141030 Mon Sep 17 00:00:00 2001 From: jchristgit Date: Wed, 27 Sep 2023 15:00:50 +0200 Subject: Change deprecated ruff output format argument (#1116) See python-discord/infra#148 --- .github/workflows/lint-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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: | -- cgit v1.2.3