From ac154765caace3a37ef3c95cb3dec4721a27a358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Thu, 20 Jun 2024 19:32:31 +0200 Subject: [PATCH] Add toml schemas --- config_panel.toml | 2 ++ manifest.toml | 2 ++ tests.toml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/config_panel.toml b/config_panel.toml index 7d8a7a2..cdeaed9 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -1,3 +1,5 @@ +#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/config_panel.v1.schema.json + version = "1.0" [main] diff --git a/manifest.toml b/manifest.toml index 7f9e86c..2f81a5a 100644 --- a/manifest.toml +++ b/manifest.toml @@ -1,3 +1,5 @@ +#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json + packaging_format = 2 id = "mautrix_whatsapp" diff --git a/tests.toml b/tests.toml index 9b3ea40..03d566e 100644 --- a/tests.toml +++ b/tests.toml @@ -1,3 +1,5 @@ +#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/tests.v1.schema.json + test_format = 1.0 [default]