Skip to content

Commit

Permalink
Fix Ruff linter/formatter in CI (use --github-output flag)
Browse files Browse the repository at this point in the history
  • Loading branch information
Iapetus-11 committed Jul 9, 2024
1 parent 95c48eb commit d0949a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: poetry install

- name: ruff formatter & linter
run: poetry run format_and_lint
run: poetry run format_and_lint --github-output

- name: mypy
run: poetry run mypy
Expand Down

0 comments on commit d0949a8

Please sign in to comment.