Dmitry Nefedov
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/cloc.yml
|
@ -35,7 +35,7 @@ jobs: |
|
|
$blank = $JSON.SUM.blank |
|
|
$blank = $JSON.SUM.blank |
|
|
$comment = $JSON.SUM.comment |
|
|
$comment = $JSON.SUM.comment |
|
|
$code = $JSON.SUM.code |
|
|
$code = $JSON.SUM.code |
|
|
$Summary = "$(($($blank + $comment + $code)/1000).ToString("#.#").replace(",", "."))k" |
|
|
$Summary = "("{0:N2}k" -f $($blank + $comment + $code)).replace(",", ".") |
|
|
|
|
|
|
|
|
echo "CODE_LINES=$Summary" >> $env:GITHUB_ENV |
|
|
echo "CODE_LINES=$Summary" >> $env:GITHUB_ENV |
|
|
|
|
|
|
|
|