mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 17:31:03 +01:00
update
This commit is contained in:
@@ -17,7 +17,12 @@
|
||||
"Bash(echo)",
|
||||
"Bash(done)",
|
||||
"Bash(do if [ ! -f \"$dir/README.md\" ])",
|
||||
"Bash(then echo \"MISSING README: $dir\")"
|
||||
"Bash(then echo \"MISSING README: $dir\")",
|
||||
"Bash(do if [ -f \"$dir/README.md\" ])",
|
||||
"Bash(then if ! grep -q \"## About\" \"$dir/README.md\")",
|
||||
"Bash(! grep -q \"## Installation\" \"$dir/README.md\")",
|
||||
"Bash(! grep -q \"## Configuration\" \"$dir/README.md\")",
|
||||
"Bash(then echo \"⚠️ MINIMAL STRUCTURE: $dir (missing About, Installation, AND Configuration sections)\")"
|
||||
],
|
||||
"deny": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user