diff --git a/action.yml b/action.yml index c2efc9e1..f249ba3d 100644 --- a/action.yml +++ b/action.yml @@ -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 \