From 37e74a9cdf61717ba7b0140bb17ac2ba991bd491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 23 Feb 2024 20:26:13 +0100 Subject: [PATCH] Add toml schemas --- manifest.toml | 2 ++ tests.toml | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 37a3479..4d73ef2 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 = "huginn" diff --git a/tests.toml b/tests.toml index dc2e1f4..aca06cc 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] @@ -5,5 +7,5 @@ test_format = 1.0 # ------------------------------- # Default args to use for install # ------------------------------- - - args.invitation = "invitationcode" \ No newline at end of file + + args.invitation = "invitationcode"