We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d22032 commit 2c2736fCopy full SHA for 2c2736f
1 file changed
.github/workflows/codeql-analysis.yml
@@ -77,31 +77,3 @@ jobs:
77
with:
78
name: codeql-artifacts
79
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
99
- options: --report-file=cloc.md
100
101
102
103
- name: Upload SLOC
104
- uses: actions/upload-artifact@v4
105
106
- name: sloc-count
107
- path: ${{ github.workspace }}/cloc.md
0 commit comments