From 338a998bcd0ae2292c38bc3cdaece95362975883 Mon Sep 17 00:00:00 2001 From: Dmitrii Date: Fri, 15 May 2026 23:29:30 +0300 Subject: [PATCH] fix: enable indepth language analysis and add recently-used section Co-Authored-By: Claude Sonnet 4 --- .github/workflows/blank.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 6836c05f..50361251 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -37,13 +37,13 @@ jobs: plugin_languages_categories: markup, programming plugin_languages_colors: github plugin_languages_ignored: html, css, cmake - plugin_languages_indepth: no + plugin_languages_indepth: yes plugin_languages_limit: 8 plugin_languages_other: yes plugin_languages_recent_categories: markup, programming plugin_languages_recent_days: 14 plugin_languages_recent_load: 300 - plugin_languages_sections: most-used + plugin_languages_sections: most-used, recently-used plugin_languages_threshold: 0% repositories_affiliations: owner, contributor repositories_forks: yes