creyD / prettier_action

GitHub action for running prettier on your projects pull requests
MIT License
276 stars 87 forks source link

[FEATURE] Don't log unchanged files #129

Open koppor opened 11 months ago

koppor commented 11 months ago

What would you like to change about the program?

The output should contain unchanged files only.

In a project of ~2.000 files, it is hard to see which was changed.

I would like to show the user which file changed. I cannot push into the repository of the user, because it is not possible to push to "foreign" forks.

This refs https://github.com/prettier/prettier/issues/2611

Why do you think this is a cool idea?

Easy of use.