reviewdog / action-languagetool

Run languagetool with reviewdog :dog:
https://github.com/marketplace?type=actions&query=reviewdog
MIT License
39 stars 20 forks source link

Only check changed files #18

Open samrobbins85 opened 4 years ago

samrobbins85 commented 4 years ago

I don't know if it is possible with GitHub actions, but it would be great if you could only check the files changed in a commit/PR

joaojhgs commented 1 year ago

This right here should definitely be a feature, the original review dog action already has a flag to deal with that called filter_mode: 'diff_context'.

I think it's essential to make this action work with big translation files.