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 ee6fb7f commit 96ecc6fCopy full SHA for 96ecc6f
.github/workflows/update-readme.yml
@@ -21,17 +21,17 @@ jobs:
21
with:
22
python-version: "3.x"
23
24
- - name: List .java files (debug)
+ - name: Debug - List files
25
run: |
26
- echo "Listing solution files:"
+ echo "Listing .java files in Easy/Medium/Hard:"
27
find Easy Medium Hard -type f -name '*.java' 2>/dev/null | sort || true
28
echo "Total:"
29
find Easy Medium Hard -type f -name '*.java' 2>/dev/null | wc -l || true
30
31
- name: Run update script
32
run: python .github/scripts/update_readme.py
33
34
- - name: Show updated README (debug)
+ - name: Debug - Show updated README
35
run: cat README.md
36
37
- name: Commit changes
0 commit comments