You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "Top-level files detected in modules. The installer will dotify or map known files; consider adding a mapping if necessary." >&2
182
+
if [ "$FAIL" -eq 1 ]; then
183
+
echo "Top-level files detected in modules that could pollute \$HOME. Please add a mapping in install-mappings.yml or rename/change the root file to a dotfile." >&2
184
+
exit 1
184
185
fi
185
186
fi
186
187
- name: Enforce mapping coverage for module root files
0 commit comments