The documentation for modules is generated from module script annotations and published here: https://docs.cu.bzh/modules
stylua --check .
if [ $? -eq 0 ]; then
echo "✅ Code formatting is correct"
else
echo "❌ Code formatting issues found - please run 'stylua --glob *.lua' to fix"
fistylua .