We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7485da commit c430fe9Copy full SHA for c430fe9
.github/workflows/update-stats.yml
@@ -39,14 +39,14 @@ jobs:
39
content = f.read()
40
41
# Add statistics section if it doesn't exist
42
- stats_section = f\"\"\"
+ stats_section = f"""
43
## Statistics 📊
44
45
- Easy: {counts['easy']} solutions
46
- Medium: {counts['medium']} solutions
47
- Hard: {counts['hard']} solutions
48
- Total: {sum(counts.values())} solutions
49
- \"\"\"
+ """
50
51
if '## Statistics' in content:
52
# Replace existing statistics section
0 commit comments