docs: add Android & iOS to working examples (#2811)

This commit is contained in:
Matthieu Darbois
2026-04-07 01:08:14 -05:00
committed by GitHub
parent e2027266cd
commit 3dcb54150e
5 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
"ci_config": { "type": "string" },
"os": {
"type": "array",
"items": { "enum": ["windows", "apple", "linux"] }
"items": { "enum": ["windows", "apple", "linux", "android", "ios"] }
}
},
"required": ["name", "gh", "ci", "os"]