feat(ci/cd): Add Android builds and quality checks (#694)

This commit is contained in:
Gauvain
2025-06-02 13:14:20 +02:00
committed by GitHub
parent 5899cc8625
commit ce00aeb5f1
19 changed files with 728 additions and 192 deletions

13
.github/spell-check.json vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"ignore_files": [
"**/node_modules/**",
"**/bun.lockb",
"**/android/**",
"**/ios/**",
"**/*.apk",
"**/*.aab",
"**/*.ipa",
".github/actions/spell-check-this/dictionary.txt",
".github/spell-check.json"
]
}