Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Jan 8, 2024
Merged

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

merged 2 commits into from
Jan 8, 2024

Conversation

rahat2134
Copy link
Contributor

@rahat2134 rahat2134 commented Jan 3, 2024

Checklist:

  • I have read freeCodeCamp's contribution guidelines.
  • My pull request has a descriptive title (not a vague title like Update index.md)
  • My pull request targets the main branch of freeCodeCamp.

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
Copy link
Contributor Author

Please check it for merge.

@rahat2134 rahat2134 changed the title Automate ISO 639 Suffix Check for README Files fixes/Automate ISO 639 Suffix Check for README Files Jan 5, 2024
@rahat2134 rahat2134 requested a review from erictleung January 6, 2024 06:29
Copy link
Member

@erictleung erictleung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 👍 Thanks for taking the time to work this out and contribute. ANd congratulations on this being your first contribution to our repository! ✨

@erictleung erictleung merged commit 9098d3b into freeCodeCamp:main Jan 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create GitHub Action to validate naming of README files as ISO 639
2 participants