Skip to content

Commit 24b2d32

Browse files
REFACTOR: Adding MarkDown Files to the Counter of Lines of Code Badge Workflow
1 parent a3353c7 commit 24b2d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/loc-badge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
debug: true
2929
directory: ./
3030
badge: ./output/badge.svg
31-
patterns: "**/*.py|**/*.sh|Makefile"
31+
patterns: "**/*.py|**/*.sh|**/*.md|Makefile"
3232
ignore: ".venv|venv|env|node_modules|.git"
3333

3434
- name: Push badge to image-data branch

0 commit comments

Comments
 (0)