sobolevn / misspell-fixer-action

📝Automatically fixes typos and mistakes in your source code and docs!

Home Page:https://github.com/marketplace/actions/misspell-fixer-action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Respect the '.misspell-fixer.ignore' file

Lissy93 opened this issue · comments

Hiya @sobolevn
Awesome action - it is really useful, great work! :)

One problem that I am facing is that it doesn't seem to be using the .misspell-fixer.ignore, or maybe I have set it up incorrectly?

I basically just want to ignore my repos non-English translation files, so I created a .github/.misspell-fixer.ignore file, but it still submits PRs for those files. Is this because the ignore file is not supported by your action?

Hi @Lissy93!

You can use this trick:

  1. Check out your code with @checkout-action
  2. Use https://github.com/sobolevn/misspell-fixer-action#options-and-outputs to specify arg and path to your .misspell-fixer.ignore

It should work for you! 👍
Please, reopen if there are any problems.