freeCodeCamp / how-to-contribute-to-open-source

A guide to contributing to open source
Creative Commons Attribution Share Alike 4.0 International
8.73k stars 1.81k forks source link

fixes/Automate ISO 639 Suffix Check for README Files #949

Closed rahat2134 closed 8 months ago

rahat2134 commented 9 months ago

Checklist:

Closes #946 This pull request addresses issue #946 by introducing a GitHub Action that automatically checks the suffix of the README files to ensure they adhere to the ISO 639 standard. //changes-> Added a GitHub Action to automate the check for README file suffixes. The action uses pseudo code to scrape and compare two-letter codes with the ISO 639 language codes list. If a README file has a non-compliant suffix, an error message is displayed; otherwise, the action passes.

rahat2134 commented 8 months ago

Please check it for merge.