pre-commit/action

--all-files should be a separate parameter

lukasz-mitka opened this issue · 1 comments

--all-files argument should be a separate parameter so extra_args are not affected by it.

    - uses: pre-commit/action@v2.0.2
      with:
        all-files: 'false'  # should default to 'true'

didn't notice this: DEPRECATED this action is in maintenance-only mode and will not be accepting new features.