ci: update cloc

This commit is contained in:
2024-09-26 05:32:32 +08:00
parent 9f0133de8a
commit cbfaf0d8aa
1 file changed
+1 -6
+1 -6
View File
@@ -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