fix: bash script

This commit is contained in:
Hydraallen 2024-05-03 19:38:42 +08:00
parent 7edfd830a9
commit 9feb9fc475
2 changed files with 1 additions and 12 deletions

View File

@ -1,11 +0,0 @@
[
{
"name": "dummy",
"results": [
{
"score": 110,
"comment": "dummy comment + comment from toml conf"
}
]
}
]

View File

@ -1,3 +1,3 @@
#!bash
./build/healthcheck -root=./examples/repohealth/asciifile -whitelist=".*\.md" -whitelist=".*\.json" -whitelist=".*\.sh" -whitelist=".git.*" -whitelist=".*\.txt"
./build/healthcheck -root=./examples/healthcheck/asciifile -whitelist=".*\.md" -whitelist=".*\.json" -whitelist=".*\.sh" -whitelist=".git.*" -whitelist=".*\.txt"