From 436d26fd533590699c3aaee305fec3b51fc90785 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Jun 2025 00:00:46 +0000 Subject: [PATCH] GitHub bot: fix linting issues (nobuild) --- tandoor_recipes/CHANGELOG.md | 22 +++++++++++++++++++++- tandoor_recipes/config.json | 16 +++------------- 2 files changed, 24 insertions(+), 14 deletions(-) diff --git a/tandoor_recipes/CHANGELOG.md b/tandoor_recipes/CHANGELOG.md index d33458e0a..b68551220 100644 --- a/tandoor_recipes/CHANGELOG.md +++ b/tandoor_recipes/CHANGELOG.md @@ -1,56 +1,73 @@ - ## 1.5.35 (28-06-2025) + - Update to latest version from TandoorRecipes/recipes (changelog : https://github.com/TandoorRecipes/recipes/releases) ## 1.5.34 (07-06-2025) + - Update to latest version from TandoorRecipes/recipes (changelog : https://github.com/TandoorRecipes/recipes/releases) ## 2.0.0 (24-05-2025) + - Update to latest version from TandoorRecipes/recipes (changelog : https://github.com/TandoorRecipes/recipes/releases) ## 2.0.0 (17-05-2025) + - Update to latest version from TandoorRecipes/recipes (changelog : https://github.com/TandoorRecipes/recipes/releases) ## 1.5.34 (29-03-2025) + - Update to latest version from TandoorRecipes/recipes (changelog : https://github.com/TandoorRecipes/recipes/releases) ## 1.5.33 (22-03-2025) + - Update to latest version from TandoorRecipes/recipes (changelog : https://github.com/TandoorRecipes/recipes/releases) ## 1.5.32 (15-03-2025) + - Update to latest version from TandoorRecipes/recipes (changelog : https://github.com/TandoorRecipes/recipes/releases) ## 1.5.31 (08-02-2025) + - Update to latest version from TandoorRecipes/recipes (changelog : https://github.com/TandoorRecipes/recipes/releases) ## 1.5.30 (25-01-2025) + - Update to latest version from TandoorRecipes/recipes (changelog : https://github.com/TandoorRecipes/recipes/releases) ## 1.5.27 (11-01-2025) + - Update to latest version from TandoorRecipes/recipes (changelog : https://github.com/TandoorRecipes/recipes/releases) ## 1.5.26 (04-01-2025) + - Update to latest version from TandoorRecipes/recipes (changelog : https://github.com/TandoorRecipes/recipes/releases) ## 1.5.24 (30-11-2024) + - Update to latest version from TandoorRecipes/recipes (changelog : https://github.com/TandoorRecipes/recipes/releases) ## 1.5.22 (16-11-2024) + - Update to latest version from TandoorRecipes/recipes (changelog : https://github.com/TandoorRecipes/recipes/releases) ## 1.5.20 (12-10-2024) + - Update to latest version from TandoorRecipes/recipes (changelog : https://github.com/TandoorRecipes/recipes/releases) ## 1.5.19 (24-08-2024) + - Update to latest version from TandoorRecipes/recipes (changelog : https://github.com/TandoorRecipes/recipes/releases) ## 1.5.18 (13-07-2024) + - Update to latest version from TandoorRecipes/recipes (changelog : https://github.com/TandoorRecipes/recipes/releases) ## 1.5.17 (13-04-2024) + - Update to latest version from TandoorRecipes/recipes (changelog : https://github.com/TandoorRecipes/recipes/releases) ## 1.5.15 (23-03-2024) + - Update to latest version from TandoorRecipes/recipes ## 1.5.14 (09-03-2024) @@ -77,6 +94,7 @@ ## 1.5.9 (02-12-2023) - Update to latest version from TandoorRecipes/recipes + ## 1.5.6-reverted (17-10-2023) - Minor bugs fixed @@ -100,6 +118,7 @@ ## 1.5.1 (24-06-2023) - Update to latest version from TandoorRecipes/recipes + ## 1.4.12-4 (23-06-2023) - Minor bugs fixed @@ -113,6 +132,7 @@ ## 1.4.12-2 (09-06-2023) - Minor bugs fixed + ## 1.4.13 (02-06-2023) - add configuration option to disable debug mode. diff --git a/tandoor_recipes/config.json b/tandoor_recipes/config.json index 4c39c5c94..316389a54 100644 --- a/tandoor_recipes/config.json +++ b/tandoor_recipes/config.json @@ -1,9 +1,5 @@ { - "arch": [ - "aarch64", - "amd64", - "armv7" - ], + "arch": ["aarch64", "amd64", "armv7"], "codenotary": "alexandrep.github@gmail.com", "description": "recipe manager", "devices": [ @@ -77,11 +73,7 @@ "TRUSTED_PROXIES": "**" }, "image": "ghcr.io/alexbelgium/tandoor_recipes-{arch}", - "map": [ - "config:rw", - "share:rw", - "media:rw" - ], + "map": ["config:rw", "share:rw", "media:rw"], "name": "Tandoor recipes", "options": { "ALLOWED_HOSTS": "", @@ -111,9 +103,7 @@ "SECRET_KEY": "str", "externalfiles_folder": "str?" }, - "services": [ - "mysql:want" - ], + "services": ["mysql:want"], "slug": "tandoor_recipes", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons",