Skip to content

Commit 2c2736f

Browse files
authored
Remove SLOC count job
1 parent 8d22032 commit 2c2736f

1 file changed

Lines changed: 0 additions & 28 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -77,31 +77,3 @@ jobs:
7777
with:
7878
name: codeql-artifacts
7979
path: ${{ env.RESULTS_DIR }}
80-
81-
82-
sloc-count:
83-
name: SLOC Count
84-
runs-on: ubuntu-latest
85-
if: github.actor != 'pdsen-ci'
86-
steps:
87-
-
88-
name: 💳 Checkout
89-
uses: actions/checkout@v4
90-
with:
91-
lfs: true
92-
fetch-depth: 0
93-
token: ${{secrets.ADMIN_GITHUB_TOKEN}}
94-
95-
-
96-
name: Count Lines of Code (cloc)
97-
uses: djdefi/cloc-action@6
98-
with:
99-
options: --report-file=cloc.md
100-
101-
102-
-
103-
name: Upload SLOC
104-
uses: actions/upload-artifact@v4
105-
with:
106-
name: sloc-count
107-
path: ${{ github.workspace }}/cloc.md

0 commit comments

Comments
 (0)