Universal-Debloater-Alliance / universal-android-debloater-next-generation

Cross-platform GUI written in Rust using ADB to debloat non-rooted Android devices. Improve your privacy, the security and battery life of your device.
GNU General Public License v3.0
2.53k stars 88 forks source link

feat(ci): ability to check typos in uad_lists pkg descriptions #303

Open jxdv opened 8 months ago

jxdv commented 8 months ago

Describe the feature you want With the restart of UAD-ng development there's a lot of new packages being added, and also a lot of packages taken over from the old UAD. Since we're all just human and make mistakes there's a lot of typos / syntax mistakes etc..

It'd be good if we had a CI solution which would check description of each newly added package. Currently I am not aware of any such pipelines available and most likely it would have to be something regex-based.

If anyone was probably hyped enough and had a lot of free time he/she could develop a solution specifically crafted for UAD-ng, but that's probably a longshot..

Frigyes06 commented 8 months ago

Maybe something like this: https://github.com/marketplace/actions/github-spellcheck-action

AnonymousWP commented 8 months ago

Maybe something like this: https://github.com/marketplace/actions/github-spellcheck-action

Doesn't support JSON it seems, see https://github.com/marketplace/actions/github-spellcheck-action#features.

nozwock commented 5 months ago

You may look into this, typos-action

AnonymousWP commented 5 months ago

You may look into this, typos-action

I can't exactly find what file extensions are supported (we need it to support JSON), but do you know?