Skip to content

Commit

Permalink
ruff check error message
Browse files Browse the repository at this point in the history
  • Loading branch information
jtherrmann committed Jan 6, 2025
1 parent 2c76c13 commit d020a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python -m pip install ruff
- name: ruff check
run: ruff check
run: ruff check --output-format=github || (echo 'Run `ruff check` locally to see which errors can be automatically resolved with the `--fix` option.' && exit 1)

- name: ruff format
run: ruff format --diff || (echo 'To automatically re-format, run `ruff format`' && exit 1)

0 comments on commit d020a36

Please sign in to comment.