Skip to content

Commit

Permalink
Revert "Reverse Ruff check and fix order (#102)"
Browse files Browse the repository at this point in the history
This reverts commit f699fdd.
  • Loading branch information
glenn-jocher committed Jun 16, 2024
1 parent f699fdd commit d598e1d
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 check \
--fix \
.
ruff format \
--line-length 120 \
.
ruff check \
--fix \
.
docformatter \
--wrap-summaries 120 \
--wrap-descriptions 120 \
Expand Down

0 comments on commit d598e1d

Please sign in to comment.