From cbfaf0d8aa647ff45e255d6b5780fef5c378afb8 Mon Sep 17 00:00:00 2001 From: RTAkland Date: Thu, 26 Sep 2024 05:32:32 +0800 Subject: [PATCH] ci: update cloc --- .github/workflows/code-stats.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/code-stats.yml b/.github/workflows/code-stats.yml index 0150341..454d2ea 100644 --- a/.github/workflows/code-stats.yml +++ b/.github/workflows/code-stats.yml @@ -16,9 +16,4 @@ jobs: - name: Count lines of code id: cloc run: | - cloc . > cloc.txt - - name: Add cloc output to summary - run: | - echo "```txt" >> $GITHUB_STEP_SUMMARY - cat cloc.txt >> $GITHUB_STEP_SUMMARY - echo "```" >> $GITHUB_STEP_SUMMARY + cloc . >> $GITHUB_STEP_SUMMARY