dokku / docker-container-healthchecker

Runs healthchecks against local docker containers
BSD 3-Clause "New" or "Revised" License
16 stars 4 forks source link

Add a command to check if healthchecks exist for a given process type #118

Closed josegonzalez closed 11 months ago

josegonzalez commented 11 months ago

Closes #117

dokku-bot commented 11 months ago

sh-checker report

To get the full details, please check in the job output.

shellcheck errors ``` shellcheck checking is disabled. ```
shfmt errors ``` 'shfmt -l -d -i 2' returned error 1 finding the following formatting issues: ---------- test.bats --- test.bats.orig +++ test.bats @@ -498,7 +498,7 @@ assert_exit_status() { exit_status="$1" if [[ "$status" -ne "$exit_status" ]]; then - { + { echo "expected exit status: $exit_status" echo "actual exit status: $status" } | flunk ---------- You can reformat the above files to meet shfmt's requirements by typing: shfmt -l -d -i 2 -w filename ```