Skip to content

Commit

Permalink
Corrected ruff check output format arg
Browse files Browse the repository at this point in the history
  • Loading branch information
Xithrius committed Nov 1, 2023
1 parent fb85120 commit 47b07a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47b07a6

Please sign in to comment.