Change default format for ecosystem checks to markdown (#8412)

To facilitate easier local runs
This commit is contained in:
Zanie Blue 2023-11-01 16:51:33 -05:00 committed by GitHub
parent 29573daef5
commit 4d23c1fc83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -121,7 +121,7 @@ def parse_args() -> argparse.Namespace:
parser.add_argument(
"--output-format",
choices=[option.name for option in OutputFormat],
default="json",
default="markdown",
help="Location for caching cloned repositories",
)
parser.add_argument(