fix: indentation violations in YAML files (#1972)

This commit is contained in:
Bowen Liang
2024-01-09 18:15:25 +08:00
committed by GitHub
parent e696b72f08
commit b8592ad412
84 changed files with 1836 additions and 1841 deletions

View File

@@ -236,7 +236,7 @@ services:
# ports:
# - "5432:5432"
healthcheck:
test: ["CMD", "pg_isready"]
test: [ "CMD", "pg_isready" ]
interval: 1s
timeout: 3s
retries: 30