-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Description
When setting up this action, I expected the onlyDirty: true
argument to only format changed files in the PR, since this is a fairly common use case for linting. However, it did not format anything, because all changes are already committed, and that is how Pint works.
I propose adding an option onlyChanged
that would only format the files changed in the PR/commit. This was referenced in #5 (comment), and a workaround was given, to use another action to format only changed files. However, using the get all changed files action, I don't see any way that I would pass a list of files to format to Pint.
benmag and Lukasss93
Metadata
Metadata
Assignees
Labels
No labels