diff --git a/.github/workflows/lines_of_code.yaml b/.github/workflows/lines_of_code.yaml index c1ebe637..3037f5bf 100644 --- a/.github/workflows/lines_of_code.yaml +++ b/.github/workflows/lines_of_code.yaml @@ -30,6 +30,7 @@ jobs: run : | ${{ env._CLOC_DIR }}/cloc --fmt=2 --include-lang="${{ env.LANGUAGES }}" . | tee ${{ env._CLOC_DIR }}/cloc_output.txt echo "_LINES_OF_CODE=$(grep 'SUM' ${{ env._CLOC_DIR }}/cloc_output.txt | awk '{print $5}')" >> "$GITHUB_ENV" + ${{ env._CLOC_DIR }}/cloc --md --include-lang="${{ env.LANGUAGES }}" . | tail -n +4 >> $GITHUB_STEP_SUMMARY - name: 📑 Count lines by file run : |