This commit is contained in:
@@ -11,9 +11,12 @@ TARGETS = [
|
||||
|
||||
|
||||
def main() -> int:
|
||||
print(f"cwd: {Path.cwd()}")
|
||||
print(f"repo_root: {ROOT}")
|
||||
failed = False
|
||||
for path in TARGETS:
|
||||
try:
|
||||
print(f"checking: {path}")
|
||||
data = json.loads(path.read_text(encoding="utf-8"))
|
||||
actual = data["ConnectionStrings"]["Default"]
|
||||
except Exception as exc:
|
||||
|
||||
Reference in New Issue
Block a user