46 lines
1.6 KiB
YAML
46 lines
1.6 KiB
YAML
- name: Most used
|
|
uses: lowlighter/metrics@latest
|
|
with:
|
|
filename: metrics.plugin.languages.svg
|
|
token: ${{ secrets.METRICS_TOKEN }}
|
|
base: ""
|
|
plugin_languages: yes
|
|
plugin_languages_ignored: html, css, tex, less, dockerfile, makefile, qmake, lex, cmake, shell, gnuplot
|
|
plugin_languages_limit: 4
|
|
|
|
- name: Most used (with details)
|
|
uses: lowlighter/metrics@latest
|
|
with:
|
|
filename: metrics.plugin.languages.details.svg
|
|
token: ${{ secrets.METRICS_TOKEN }}
|
|
base: ""
|
|
plugin_languages: yes
|
|
plugin_languages_ignored: html, css, tex, less, dockerfile, makefile, qmake, lex, cmake, shell, gnuplot
|
|
plugin_languages_details: bytes-size, percentage
|
|
plugin_languages_limit: 4
|
|
|
|
- name: Recently used
|
|
uses: lowlighter/metrics@latest
|
|
with:
|
|
filename: metrics.plugin.languages.recent.svg
|
|
token: ${{ secrets.METRICS_TOKEN }}
|
|
base: ""
|
|
plugin_languages: yes
|
|
plugin_languages_ignored: html, css, tex, less, dockerfile, makefile, qmake, lex, cmake, shell, gnuplot
|
|
plugin_languages_sections: recently-used
|
|
plugin_languages_details: bytes-size, percentage
|
|
plugin_languages_limit: 4
|
|
|
|
- name: Indepth analysis
|
|
uses: lowlighter/metrics@latest
|
|
with:
|
|
filename: metrics.plugin.languages.indepth.svg
|
|
token: ${{ secrets.METRICS_TOKEN }}
|
|
base: ""
|
|
plugin_languages: yes
|
|
plugin_languages_ignored: html, css, tex, less, dockerfile, makefile, qmake, lex, cmake, shell, gnuplot
|
|
plugin_languages_indepth: yes
|
|
plugin_languages_details: lines, bytes-size
|
|
plugin_languages_limit: 4
|
|
plugin_languages_analysis_timeout: 15
|