From 724d3387a625cd78ce00b49a89f73a29a868bcc4 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 15 Oct 2023 14:24:16 +0200 Subject: [PATCH] Add toml schemas --- manifest.toml | 2 ++ tests.toml | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index fc925f8..2fb3ce2 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 = "sonarr" diff --git a/tests.toml b/tests.toml index 91daf17..953b195 100644 --- a/tests.toml +++ b/tests.toml @@ -1,7 +1,9 @@ +#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/tests.v1.schema.json + test_format = 1.0 [default] # ------------ # Tests to run - # ------------ \ No newline at end of file + # ------------