20 lines
595 B
JSON
20 lines
595 B
JSON
[
|
|
{
|
|
"name": "healthcheck",
|
|
"results": [
|
|
{
|
|
"score": 0,
|
|
"comment": "## Forbidden File Check Failed:
|
|
The following forbidden files were found: expected.json
|
|
|
|
To fix it, first make a backup of your repository and then run the following commands:
|
|
for i in expected.json; do git filter-repo --force --invert-paths --path \"$i\"; done
|
|
git remote add origin
|
|
git push --set-upstream origin --force
|
|
## Release Tag Check Failed:
|
|
Wrong release tag 'a0'. Please use one of 'h1', 'h2', 'test'."
|
|
}
|
|
]
|
|
}
|
|
]
|