From 106dfdc06cd89d8a1ef005165b69b4c7779b7241 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 12:53:19 +0000 Subject: [PATCH] GitHub bot: fix linting issues (nobuild) --- mealie/config.json | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/mealie/config.json b/mealie/config.json index 32c03f7d9..a3a42e7f2 100644 --- a/mealie/config.json +++ b/mealie/config.json @@ -1,8 +1,5 @@ { - "arch": [ - "aarch64", - "amd64" - ], + "arch": ["aarch64", "amd64"], "codenotary": "alexandrep.github@gmail.com", "description": "Mealie is a self hosted recipe manager and meal planner built in Vue", "devices": [ @@ -68,9 +65,7 @@ "/dev/nvme1", "/dev/nvme2" ], - "discovery": [ - "mealie" - ], + "discovery": ["mealie"], "environment": { "BASE_SUBPATH": "/mealie/", "DATA_DIR": "/config", @@ -82,12 +77,7 @@ }, "image": "ghcr.io/alexbelgium/mealie-{arch}", "ingress": true, - "map": [ - "addon_config:rw", - "homeassistant_config:rw", - "share:rw", - "ssl:rw" - ], + "map": ["addon_config:rw", "homeassistant_config:rw", "share:rw", "ssl:rw"], "name": "Mealie", "options": { "ALLOW_SIGNUP": true,