diff --git a/action.yml b/action.yml index f249ba3d..c2efc9e1 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 format \ - --line-length 120 \ - . ruff check \ --fix \ . + ruff format \ + --line-length 120 \ + . docformatter \ --wrap-summaries 120 \ --wrap-descriptions 120 \