We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebdfc28 commit 3915c32Copy full SHA for 3915c32
.github/workflows/completeness_check.yml
@@ -48,7 +48,7 @@ jobs:
48
49
# Find files
50
LV_CONF_H_COUNT=$(find . -type f -name "lv_conf.h" | wc -l)
51
- LV_CONF_DEFAULT_COUNT=$(find . -type f -name "lv_conf.default" | wc -l)
+ LV_CONF_DEFAULT_COUNT=$(find . -type f -name "lv_conf.defaults" | wc -l)
52
53
echo "Found $LV_CONF_H_COUNT lv_conf.h file(s)."
54
echo "Found $LV_CONF_DEFAULT_COUNT lv_conf.defaults file(s)."
0 commit comments