Skip to content

Commit d119b50

Browse files
committed
feat: add workflows status badge and update description
1 parent 0dcdbe4 commit d119b50

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# LeetCode Solutions
22

3+
[![Workflow Status](https://github.com/codewithme-py/LeetCode_solutions/actions/workflows/update-readme.yml/badge.svg)](https://github.com/codewithme-py/LeetCode_solutions/actions/workflows/update-readme.yml)
4+
35
My clean, typed, and tested solutions to LeetCode problems (Python 3.10+).
46

57
<!-- START_STATS -->
@@ -125,7 +127,7 @@ python3 scripts/update_readme.py --force-refresh-cache
125127
#### 7. Используй скрипт → Решай новую задачу → делай push → PR → merge в main → CI/CD сделает всё остальное автоматически!
126128

127129
```bash
128-
make problem <номер_задачи>
130+
make problem <номер_задачи_без_ведущих_нулей>
129131
```
130132

131133
1) Скрипт создает новую **/feat** ветку, а так же файлы решения и тестов минимизируя рутину

0 commit comments

Comments
 (0)