ci: update cloc
This commit is contained in:
1 file changed
+1
-6
@@ -16,9 +16,4 @@ jobs:
|
|||||||
- name: Count lines of code
|
- name: Count lines of code
|
||||||
id: cloc
|
id: cloc
|
||||||
run: |
|
run: |
|
||||||
cloc . > cloc.txt
|
cloc . >> $GITHUB_STEP_SUMMARY
|
||||||
- name: Add cloc output to summary
|
|
||||||
run: |
|
|
||||||
echo "```txt" >> $GITHUB_STEP_SUMMARY
|
|
||||||
cat cloc.txt >> $GITHUB_STEP_SUMMARY
|
|
||||||
echo "```" >> $GITHUB_STEP_SUMMARY
|
|
||||||
Reference in New Issue
Block a user