Skip to content

Commit 8e4dc05

Browse files
committed
Update line counter 7
1 parent f7e45c6 commit 8e4dc05

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/line-count.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
id: cloc
2222
run: echo "::set-output name=lines_of_code::$(cloc src | awk '/SUM/{print $NF}')"
2323

24-
- name: Debug line count
25-
run: echo "Lines of code in src: ${{ steps.cloc.outputs.lines_of_code }}"
26-
2724
- name: Update badge
2825
run: |
2926
LINES_OF_CODE=${{ steps.cloc.outputs.lines_of_code }}

0 commit comments

Comments
 (0)