Skip to content

Commit 3915c32

Browse files
authored
Update completeness_check.yml
1 parent ebdfc28 commit 3915c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/completeness_check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
# Find files
5050
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)
51+
LV_CONF_DEFAULT_COUNT=$(find . -type f -name "lv_conf.defaults" | wc -l)
5252
5353
echo "Found $LV_CONF_H_COUNT lv_conf.h file(s)."
5454
echo "Found $LV_CONF_DEFAULT_COUNT lv_conf.defaults file(s)."

0 commit comments

Comments
 (0)