Skip to content

Commit

Permalink
👷 Add RUFF_FORMAT=github
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenein committed May 11, 2023
1 parent ab69187 commit 8c2b2dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
- name: "🪄 Linter: Ruff"
if: success() || failure()
run: make lint/ruff
env:
RUFF_FORMAT: "github"

- name: "🪄 Linter: mypy"
if: success() || failure()
Expand Down

0 comments on commit 8c2b2dc

Please sign in to comment.