From 6613254d43026f36d953b97cd6fc61d65bb6f7d6 Mon Sep 17 00:00:00 2001 From: fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Sat, 1 Jun 2024 05:29:15 +0500 Subject: [PATCH] chore(prettier): ran formatter on cypress config to fix format check error format check locally passes on this file. However, it fails during the github actions format check. Therefore, json language features formatter was run instead of prettier to see if that fixes the issue. --- cypress/config/settings.cypress.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/cypress/config/settings.cypress.json b/cypress/config/settings.cypress.json index e0ec4419..9efff0d1 100644 --- a/cypress/config/settings.cypress.json +++ b/cypress/config/settings.cypress.json @@ -140,37 +140,37 @@ }, "jobs": { "plex-recently-added-scan": { - "schedule": "0 */5 * * * *" + "schedule": "0 */5 * * * *" }, "plex-full-scan": { - "schedule": "0 0 3 * * *" + "schedule": "0 0 3 * * *" }, "plex-watchlist-sync": { - "schedule": "0 */10 * * * *" + "schedule": "0 */10 * * * *" }, "radarr-scan": { - "schedule": "0 0 4 * * *" + "schedule": "0 0 4 * * *" }, "sonarr-scan": { - "schedule": "0 30 4 * * *" + "schedule": "0 30 4 * * *" }, "availability-sync": { - "schedule": "0 0 5 * * *" + "schedule": "0 0 5 * * *" }, "download-sync": { - "schedule": "0 * * * * *" + "schedule": "0 * * * * *" }, "download-sync-reset": { - "schedule": "0 0 1 * * *" + "schedule": "0 0 1 * * *" }, "jellyfin-recently-added-scan": { - "schedule": "0 */5 * * * *" + "schedule": "0 */5 * * * *" }, "jellyfin-full-scan": { - "schedule": "0 0 3 * * *" + "schedule": "0 0 3 * * *" }, "image-cache-cleanup": { - "schedule": "0 0 5 * * *" - } + "schedule": "0 0 5 * * *" + } } -} +} \ No newline at end of file