Skip to content

Commit

Permalink
Reverse Ruff check and fix order (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Jun 16, 2024
1 parent c847aca commit f699fdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ runs:
- name: Run Python
if: inputs.python == 'true' && github.event.action != 'closed'
run: |
ruff format \
--line-length 120 \
.
ruff check \
--fix \
.
ruff format \
--line-length 120 \
.
docformatter \
--wrap-summaries 120 \
--wrap-descriptions 120 \
Expand Down

0 comments on commit f699fdd

Please sign in to comment.