GitHub Action to Prevent & Fix Typos!

1
closed
nelsonic
nelsonic
Posted 1 month ago

GitHub Action to Prevent & Fix Typos! #120

As part of my Supabase Deep Dive: https://github.com/dwyl/technology-stack/issues/93#issuecomment-1407304157 I noticed the following file in the root of the repo: https://github.com/supabase/supabase/blob/master/.misspell-fixer.ignore

image

The file has one line: ignore the https://github.com/supabase/supabase/tree/master/i18n directory.

@stavares843 added via: https://github.com/supabase/supabase/pull/9598 image

And this is the first time the Bot spotted a Typo and fixed it: https://github.com/supabase/supabase/pull/9916 image

It was superseded by a PR created by a human: https://github.com/supabase/supabase/pull/10043 But hopefully you get the idea! Typos are caught - at least in theory - by CI and fixed by bot! 🤖

Todo

@LuchoTurtle do you mind picking this up? 🙏

stavares843
stavares843
Created 1 month ago

added a PR here 🔨