Skip to content

Commit 1e49b5f

Browse files
committed
updated configs
1 parent 12e50fa commit 1e49b5f

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/update-contributors.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ jobs:
117117
118118
# Update README stats
119119
if [ -f "README.md" ]; then
120-
sed -i "s/💻 \*\*[0-9]*+ Languages\*\*/💻 **${supported_languages}+ Languages**/g" README.md
120+
sed -i -e "s/💻 \*\*[0-9]*+ Languages\*\*/💻 **${supported_languages}+ Languages**/g" \
121+
-e "s/✨ \*\*[0-9]*+ Total Implementations\*\*/✨ **${total_implementations}+ Total Implementations**/g" README.md
121122
fi
122123
123124
- name: 📅 Update last modified date

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,13 @@ If you're learning DSA or want to practice contributing to open source, this rep
8080

8181
---
8282

83+
## 📊 Repository Stats
84+
85+
- 💻 **3+ Languages**
86+
-**0+ Total Implementations**
87+
88+
---
89+
8390
## 📌 Supported Languages
8491

8592
We welcome contributions in any programming language! Currently implemented solutions in:

0 commit comments

Comments
 (0)