1995parham / dotfiles

:rocket: @1995parham Linux / OSx configurations files
GNU General Public License v2.0
112 stars 4 forks source link

Check for simple grammar mistakes in pipeline #60

Open rsharifnasab opened 9 months ago

rsharifnasab commented 9 months ago

Checking (and auto-fixing) texts in this repo with GitHub actions is a good idea. I know several tools that help locally (for example languagetool) but I didn't find any viable Github actions for any of them.

More accurately, I have tried languagetool, vale, and alex in local. For a more sophisticated list you can follow "markdown" part in ALE supported linters

1995parham commented 8 months ago

I've found @reviewdog/action-languagetool and seems interesting to run the language tool using GitHub Action.

rsharifnasab commented 8 months ago

Seems exactly what we want, thank you Parham Jan