Skip to content

Commit

Permalink
Fixed-Error: Invalid README suffix found: AR /chprince11
Browse files Browse the repository at this point in the history
  • Loading branch information
chprince11 committed Apr 17, 2024
1 parent 28e8249 commit 6f5683f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/language-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# Scrape ISO 639 language codes from the Wiki page
wget -qO- https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes | \
nokogiri -e 'puts $_.css(".wikitable td:nth-child(2)").map(&:text)' | \
sed -nr '/^.{0,2}$/p' > iso639.txt # Grab only two letter values
sed -nr '/^.{0,2}$/p' | tr '[:lower:]' '[:upper:]' > iso639.txt # Grab only two letter values
# Debug statement
echo "Show the information of iso639.txt:"
Expand Down

0 comments on commit 6f5683f

Please sign in to comment.