Add healthcheck to our backend image #7
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
reviewdog.yml
on: pull_request
runner / shellcheck
5s
check / yamllint
15s
runner / dotenv-linter
7s
Annotations
2 errors and 2 warnings
runner / shellcheck:
validate_and_push_dotenv_files.sh#L27
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
validate_and_push_dotenv_files.sh:27:-aws s3 cp $DOTENV_FILES "s3://$S3_BUCKET/$S3_FOLDER/"
validate_and_push_dotenv_files.sh:27:+aws s3 cp "$DOTENV_FILES" "s3://$S3_BUCKET/$S3_FOLDER/"
|
runner / shellcheck
Process completed with exit code 1.
|
runner / shellcheck:
validate_and_push_dotenv_files.sh#L27
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./validate_and_push_dotenv_files.sh:27:11: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
runner / dotenv-linter
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|