chore: auto-fix lint & formatting [skip ci]

This commit is contained in:
github-actions[bot] 2026-08-13 22:46:35 +00:00
parent 6f1a334150
commit 811f8646e0
26 changed files with 304 additions and 306 deletions

View file

@ -284,9 +284,7 @@ export function validateGroups(
if (
g.providers !== undefined &&
(!Array.isArray(g.providers) ||
!g.providers.every(
(p) => typeof p === "string" && ["github", "gitea"].includes(p),
))
!g.providers.every((p) => typeof p === "string" && ["github", "gitea"].includes(p)))
) {
return {
ok: false,