Add indepth languages analysis (#325)

This commit is contained in:
Simon Lecoq
2021-05-25 20:41:53 +02:00
committed by GitHub
parent 38e85eec11
commit 22d442a03c
5 changed files with 139 additions and 5 deletions

View File

@@ -69,4 +69,11 @@ inputs:
plugin_languages_threshold:
description: Minimum threshold
type: string
default: 0%
default: 0%
# Compute indepth languages statistics by cloning repositories and processing your commits individually
# See documentation before enabling
plugin_languages_indepth:
description: Indepth languages processing (see documentation before enabling)
type: boolean
default: false