JOJ3-examples/expected.json
2024-05-03 19:37:35 +08:00

13 lines
302 B
JSON

[
{
"name": "healthcheck",
"results": [
{
"stdout": "Checking for non-ascii files: Failed",
"exit code": 1,
"stderr": "Non-ASCII characters found in the following files:\n\texamples/repohealth/asciifile/nonascii.txt",
"errorLog": null
}
]
}
]