Skip to content

Changed workflow triggers #3

Changed workflow triggers

Changed workflow triggers #3

Triggered via push January 9, 2025 08:29
Status Failure
Total duration 23s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error, 44 warnings, and 104 notices
ShellCheck
Process completed with exit code 1.
[shellcheck] tests/test_docker-compose.sh#L29 <ShellCheck.SC2164>: tests/test_docker-compose.sh#L29
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
[shellcheck] tests/test_docker-compose.sh#L32 <ShellCheck.SC1090>: tests/test_docker-compose.sh#L32
ShellCheck can't follow non-constant source. Use a directive to specify location.
[shellcheck] tests/test_docker-compose.sh#L33 <ShellCheck.SC2164>: tests/test_docker-compose.sh#L33
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
[shellcheck] tests/test_docker-compose.sh#L37 <ShellCheck.SC2164>: tests/test_docker-compose.sh#L37
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
[shellcheck] tests/test_docker-compose.sh#L40 <ShellCheck.SC2164>: tests/test_docker-compose.sh#L40
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
[shellcheck] tests/test_docker-compose.sh#L42 <ShellCheck.SC2164>: tests/test_docker-compose.sh#L42
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
[shellcheck] tests/start_local_test.sh#L29 <ShellCheck.SC2164>: tests/start_local_test.sh#L29
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
[shellcheck] tests/start_local_test.sh#L32 <ShellCheck.SC1090>: tests/start_local_test.sh#L32
ShellCheck can't follow non-constant source. Use a directive to specify location.
[shellcheck] tests/start_local_test.sh#L33 <ShellCheck.SC2164>: tests/start_local_test.sh#L33
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
[shellcheck] tests/start_local_test.sh#L37 <ShellCheck.SC2164>: tests/start_local_test.sh#L37
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
[shellcheck] tests/start_local_test.sh#L40 <ShellCheck.SC2164>: tests/start_local_test.sh#L40
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
[shellcheck] tests/start_local_test.sh#L42 <ShellCheck.SC2164>: tests/start_local_test.sh#L42
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
[shellcheck] tests/start_local_start_stop_test.sh#L29 <ShellCheck.SC2164>: tests/start_local_start_stop_test.sh#L29
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
[shellcheck] tests/start_local_start_stop_test.sh#L32 <ShellCheck.SC1090>: tests/start_local_start_stop_test.sh#L32
ShellCheck can't follow non-constant source. Use a directive to specify location.
[shellcheck] tests/start_local_start_stop_test.sh#L33 <ShellCheck.SC2164>: tests/start_local_start_stop_test.sh#L33
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
[shellcheck] tests/start_local_start_stop_test.sh#L37 <ShellCheck.SC2164>: tests/start_local_start_stop_test.sh#L37
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
[shellcheck] tests/start_local_start_stop_test.sh#L40 <ShellCheck.SC2164>: tests/start_local_start_stop_test.sh#L40
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
[shellcheck] tests/start_local_start_stop_test.sh#L42 <ShellCheck.SC2164>: tests/start_local_start_stop_test.sh#L42
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
[shellcheck] tests/start_local_expire_license_test.sh#L32 <ShellCheck.SC1090>: tests/start_local_expire_license_test.sh#L32
ShellCheck can't follow non-constant source. Use a directive to specify location.
[shellcheck] tests/start_local_uninstall_test.sh#L29 <ShellCheck.SC2164>: tests/start_local_uninstall_test.sh#L29
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
[shellcheck] tests/start_local_uninstall_test.sh#L32 <ShellCheck.SC1090>: tests/start_local_uninstall_test.sh#L32
ShellCheck can't follow non-constant source. Use a directive to specify location.
[shellcheck] tests/start_local_uninstall_test.sh#L33 <ShellCheck.SC2164>: tests/start_local_uninstall_test.sh#L33
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
[shellcheck] tests/start_local_uninstall_test.sh#L37 <ShellCheck.SC2164>: tests/start_local_uninstall_test.sh#L37
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
[shellcheck] tests/start_local_uninstall_test.sh#L40 <ShellCheck.SC2164>: tests/start_local_uninstall_test.sh#L40
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
[shellcheck] tests/start_local_uninstall_test.sh#L42 <ShellCheck.SC2164>: tests/start_local_uninstall_test.sh#L42
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
[shellcheck] tests/start_local_uninstall_test.sh#L46 <ShellCheck.SC2164>: tests/start_local_uninstall_test.sh#L46
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
[shellcheck] tests/start_local_uninstall_test.sh#L55 <ShellCheck.SC2164>: tests/start_local_uninstall_test.sh#L55
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
[shellcheck] tests/utility.sh#L74 <ShellCheck.SC2155>: tests/utility.sh#L74
Declare and assign separately to avoid masking return values.
[shellcheck] tests/utility.sh#L75 <ShellCheck.SC2091>: tests/utility.sh#L75
Remove surrounding $() to avoid executing output (or use eval if intentional).
[shellcheck] tests/start_local_online_test.sh#L31 <ShellCheck.SC2164>: tests/start_local_online_test.sh#L31
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
[shellcheck] tests/start_local_online_test.sh#L34 <ShellCheck.SC1090>: tests/start_local_online_test.sh#L34
ShellCheck can't follow non-constant source. Use a directive to specify location.
[shellcheck] tests/start_local_online_test.sh#L35 <ShellCheck.SC2164>: tests/start_local_online_test.sh#L35
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
[shellcheck] tests/start_local_online_test.sh#L39 <ShellCheck.SC2164>: tests/start_local_online_test.sh#L39
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
[shellcheck] tests/start_local_online_test.sh#L42 <ShellCheck.SC2164>: tests/start_local_online_test.sh#L42
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
[shellcheck] tests/start_local_online_test.sh#L46 <ShellCheck.SC2164>: tests/start_local_online_test.sh#L46
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
ActionLint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
YamlLint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
MarkdownLint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
[shellcheck] tests/test_docker-compose.sh#L28 <ShellCheck.SC2086>: tests/test_docker-compose.sh#L28
Double quote to prevent globbing and word splitting.
[shellcheck] tests/test_docker-compose.sh#L29 <ShellCheck.SC2086>: tests/test_docker-compose.sh#L29
Double quote to prevent globbing and word splitting.
[shellcheck] tests/test_docker-compose.sh#L30 <ShellCheck.SC2086>: tests/test_docker-compose.sh#L30
Double quote to prevent globbing and word splitting.
[shellcheck] tests/test_docker-compose.sh#L30 <ShellCheck.SC2086>: tests/test_docker-compose.sh#L30
Double quote to prevent globbing and word splitting.
[shellcheck] tests/test_docker-compose.sh#L31 <ShellCheck.SC2086>: tests/test_docker-compose.sh#L31
Double quote to prevent globbing and word splitting.
[shellcheck] tests/test_docker-compose.sh#L32 <ShellCheck.SC2086>: tests/test_docker-compose.sh#L32
Double quote to prevent globbing and word splitting.
[shellcheck] tests/test_docker-compose.sh#L33 <ShellCheck.SC2086>: tests/test_docker-compose.sh#L33
Double quote to prevent globbing and word splitting.
[shellcheck] tests/test_docker-compose.sh#L37 <ShellCheck.SC2086>: tests/test_docker-compose.sh#L37
Double quote to prevent globbing and word splitting.
[shellcheck] tests/test_docker-compose.sh#L40 <ShellCheck.SC2086>: tests/test_docker-compose.sh#L40
Double quote to prevent globbing and word splitting.
[shellcheck] tests/test_docker-compose.sh#L41 <ShellCheck.SC2086>: tests/test_docker-compose.sh#L41
Double quote to prevent globbing and word splitting.
[shellcheck] tests/test_docker-compose.sh#L42 <ShellCheck.SC2086>: tests/test_docker-compose.sh#L42
Double quote to prevent globbing and word splitting.
[shellcheck] tests/test_docker-compose.sh#L46 <ShellCheck.SC2086>: tests/test_docker-compose.sh#L46
Double quote to prevent globbing and word splitting.
[shellcheck] tests/test_docker-compose.sh#L50 <ShellCheck.SC2086>: tests/test_docker-compose.sh#L50
Double quote to prevent globbing and word splitting.
[shellcheck] tests/test_docker-compose.sh#L55 <ShellCheck.SC2086>: tests/test_docker-compose.sh#L55
Double quote to prevent globbing and word splitting.
[shellcheck] tests/test_docker-compose.sh#L60 <ShellCheck.SC2086>: tests/test_docker-compose.sh#L60
Double quote to prevent globbing and word splitting.
[shellcheck] tests/test_docker-compose.sh#L65 <ShellCheck.SC2086>: tests/test_docker-compose.sh#L65
Double quote to prevent globbing and word splitting.
[shellcheck] tests/start_local_test.sh#L28 <ShellCheck.SC2086>: tests/start_local_test.sh#L28
Double quote to prevent globbing and word splitting.
[shellcheck] tests/start_local_test.sh#L29 <ShellCheck.SC2086>: tests/start_local_test.sh#L29
Double quote to prevent globbing and word splitting.
[shellcheck] tests/start_local_test.sh#L30 <ShellCheck.SC2086>: tests/start_local_test.sh#L30
Double quote to prevent globbing and word splitting.
[shellcheck] tests/start_local_test.sh#L30 <ShellCheck.SC2086>: tests/start_local_test.sh#L30
Double quote to prevent globbing and word splitting.
[shellcheck] tests/start_local_test.sh#L31 <ShellCheck.SC2086>: tests/start_local_test.sh#L31
Double quote to prevent globbing and word splitting.
[shellcheck] tests/start_local_test.sh#L32 <ShellCheck.SC2086>: tests/start_local_test.sh#L32
Double quote to prevent globbing and word splitting.
[shellcheck] tests/start_local_test.sh#L33 <ShellCheck.SC2086>: tests/start_local_test.sh#L33
Double quote to prevent globbing and word splitting.
[shellcheck] tests/start_local_test.sh#L37 <ShellCheck.SC2086>: tests/start_local_test.sh#L37
Double quote to prevent globbing and word splitting.
[shellcheck] tests/start_local_test.sh#L40 <ShellCheck.SC2086>: tests/start_local_test.sh#L40
Double quote to prevent globbing and word splitting.
[shellcheck] tests/start_local_test.sh#L41 <ShellCheck.SC2086>: tests/start_local_test.sh#L41
Double quote to prevent globbing and word splitting.
[shellcheck] tests/start_local_test.sh#L42 <ShellCheck.SC2086>: tests/start_local_test.sh#L42
Double quote to prevent globbing and word splitting.
[shellcheck] tests/start_local_test.sh#L46 <ShellCheck.SC2086>: tests/start_local_test.sh#L46
Double quote to prevent globbing and word splitting.
[shellcheck] tests/start_local_test.sh#L50 <ShellCheck.SC2086>: tests/start_local_test.sh#L50
Double quote to prevent globbing and word splitting.
[shellcheck] tests/start_local_test.sh#L55 <ShellCheck.SC2086>: tests/start_local_test.sh#L55
Double quote to prevent globbing and word splitting.
[shellcheck] tests/start_local_test.sh#L60 <ShellCheck.SC2086>: tests/start_local_test.sh#L60
Double quote to prevent globbing and word splitting.
[shellcheck] tests/start_local_test.sh#L65 <ShellCheck.SC2086>: tests/start_local_test.sh#L65
Double quote to prevent globbing and word splitting.
[shellcheck] tests/start_local_test.sh#L70 <ShellCheck.SC2086>: tests/start_local_test.sh#L70
Double quote to prevent globbing and word splitting.
[shellcheck] tests/start_local_test.sh#L78 <ShellCheck.SC2086>: tests/start_local_test.sh#L78
Double quote to prevent globbing and word splitting.
[shellcheck] tests/start_local_test.sh#L83 <ShellCheck.SC2086>: tests/start_local_test.sh#L83
Double quote to prevent globbing and word splitting.
[shellcheck] tests/utility.sh#L31 <ShellCheck.SC2086>: tests/utility.sh#L31
Double quote to prevent globbing and word splitting.
[shellcheck] tests/utility.sh#L33 <ShellCheck.SC2086>: tests/utility.sh#L33
Double quote to prevent globbing and word splitting.
[shellcheck] tests/utility.sh#L33 <ShellCheck.SC2086>: tests/utility.sh#L33
Double quote to prevent globbing and word splitting.
[shellcheck] tests/utility.sh#L33 <ShellCheck.SC2086>: tests/utility.sh#L33
Double quote to prevent globbing and word splitting.
[shellcheck] tests/utility.sh#L36 <ShellCheck.SC2086>: tests/utility.sh#L36
Double quote to prevent globbing and word splitting.
[shellcheck] tests/utility.sh#L57 <ShellCheck.SC2086>: tests/utility.sh#L57
Double quote to prevent globbing and word splitting.
[shellcheck] tests/utility.sh#L57 <ShellCheck.SC2086>: tests/utility.sh#L57
Double quote to prevent globbing and word splitting.
[shellcheck] tests/utility.sh#L57 <ShellCheck.SC2086>: tests/utility.sh#L57
Double quote to prevent globbing and word splitting.
[shellcheck] tests/utility.sh#L62 <ShellCheck.SC2086>: tests/utility.sh#L62
Double quote to prevent globbing and word splitting.
[shellcheck] tests/utility.sh#L66 <ShellCheck.SC2086>: tests/utility.sh#L66
Double quote to prevent globbing and word splitting.
[shellcheck] tests/utility.sh#L69 <ShellCheck.SC2086>: tests/utility.sh#L69
Double quote to prevent globbing and word splitting.
[shellcheck] tests/start_local_online_test.sh#L28 <ShellCheck.SC2086>: tests/start_local_online_test.sh#L28
Double quote to prevent globbing and word splitting.
[shellcheck] tests/start_local_online_test.sh#L30 <ShellCheck.SC2086>: tests/start_local_online_test.sh#L30
Double quote to prevent globbing and word splitting.
[shellcheck] tests/start_local_online_test.sh#L31 <ShellCheck.SC2086>: tests/start_local_online_test.sh#L31
Double quote to prevent globbing and word splitting.
[shellcheck] tests/start_local_online_test.sh#L34 <ShellCheck.SC2086>: tests/start_local_online_test.sh#L34
Double quote to prevent globbing and word splitting.
[shellcheck] tests/start_local_online_test.sh#L35 <ShellCheck.SC2086>: tests/start_local_online_test.sh#L35
Double quote to prevent globbing and word splitting.
[shellcheck] tests/start_local_online_test.sh#L39 <ShellCheck.SC2086>: tests/start_local_online_test.sh#L39
Double quote to prevent globbing and word splitting.
[shellcheck] tests/start_local_online_test.sh#L42 <ShellCheck.SC2086>: tests/start_local_online_test.sh#L42
Double quote to prevent globbing and word splitting.
[shellcheck] tests/start_local_online_test.sh#L43 <ShellCheck.SC2086>: tests/start_local_online_test.sh#L43
Double quote to prevent globbing and word splitting.
[shellcheck] tests/start_local_online_test.sh#L44 <ShellCheck.SC2086>: tests/start_local_online_test.sh#L44
Double quote to prevent globbing and word splitting.
[shellcheck] tests/start_local_online_test.sh#L45 <ShellCheck.SC2086>: tests/start_local_online_test.sh#L45
Double quote to prevent globbing and word splitting.
[shellcheck] tests/start_local_online_test.sh#L46 <ShellCheck.SC2086>: tests/start_local_online_test.sh#L46
Double quote to prevent globbing and word splitting.
[shellcheck] tests/start_local_online_test.sh#L50 <ShellCheck.SC2086>: tests/start_local_online_test.sh#L50
Double quote to prevent globbing and word splitting.
[shellcheck] tests/start_local_online_test.sh#L54 <ShellCheck.SC2086>: tests/start_local_online_test.sh#L54
Double quote to prevent globbing and word splitting.
[shellcheck] tests/start_local_online_test.sh#L59 <ShellCheck.SC2086>: tests/start_local_online_test.sh#L59
Double quote to prevent globbing and word splitting.
[shellcheck] tests/start_local_online_test.sh#L64 <ShellCheck.SC2086>: tests/start_local_online_test.sh#L64
Double quote to prevent globbing and word splitting.
[shellcheck] tests/start_local_online_test.sh#L69 <ShellCheck.SC2086>: tests/start_local_online_test.sh#L69
Double quote to prevent globbing and word splitting.