Skip to content

Migrate to Sequin

Migrate to Sequin #2

Triggered via push April 23, 2025 23:24
Status Failure
Total duration 32s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
ShellCheck: start-local.sh#L65
[shellcheck] reported by reviewdog 🐶 Couldn't parse this brace group. Fix to allow more checks. Raw Output: ./start-local.sh:65:11: error: Couldn't parse this brace group. Fix to allow more checks. (ShellCheck.SC1073)
ShellCheck: start-local.sh#L71
[shellcheck] reported by reviewdog 🐶 Expected a '}'. If you have one, try a ; or \n in front of it. Raw Output: ./start-local.sh:71:15: error: Expected a '}'. If you have one, try a ; or \n in front of it. (ShellCheck.SC1056)
ShellCheck: start-local.sh#L71
[shellcheck] reported by reviewdog 🐶 Missing '}'. Fix any mentioned problems and try again. Raw Output: ./start-local.sh:71:15: error: Missing '}'. Fix any mentioned problems and try again. (ShellCheck.SC1072)
ShellCheck
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
ShellCheck
Process completed with exit code 1.
ShellCheck: start-local.sh#L65
[shellcheck] reported by reviewdog 🐶 The mentioned syntax error was in this function. Raw Output: ./start-local.sh:65:1: info: The mentioned syntax error was in this function. (ShellCheck.SC1009)
ShellCheck: tests/install_noplayground_test.sh#L18
[shellcheck] reported by reviewdog 🐶 DOCKER_COMPOSE_FILE appears unused. Verify use (or export if used externally). Raw Output: ./tests/install_noplayground_test.sh:18:1: warning: DOCKER_COMPOSE_FILE appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
ShellCheck: tests/install_noplayground_test.sh#L19
[shellcheck] reported by reviewdog 🐶 START_FILE appears unused. Verify use (or export if used externally). Raw Output: ./tests/install_noplayground_test.sh:19:1: warning: START_FILE appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
ShellCheck: tests/install_noplayground_test.sh#L20
[shellcheck] reported by reviewdog 🐶 STOP_FILE appears unused. Verify use (or export if used externally). Raw Output: ./tests/install_noplayground_test.sh:20:1: warning: STOP_FILE appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
ShellCheck: tests/install_noplayground_test.sh#L21
[shellcheck] reported by reviewdog 🐶 UNINSTALL_FILE appears unused. Verify use (or export if used externally). Raw Output: ./tests/install_noplayground_test.sh:21:1: warning: UNINSTALL_FILE appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
ShellCheck: tests/install_from_curl_test.sh#L45
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./tests/install_from_curl_test.sh:45:14: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
ShellCheck: tests/install_minimal_test.sh#L18
[shellcheck] reported by reviewdog 🐶 DOCKER_COMPOSE_FILE appears unused. Verify use (or export if used externally). Raw Output: ./tests/install_minimal_test.sh:18:1: warning: DOCKER_COMPOSE_FILE appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
ShellCheck: tests/install_minimal_test.sh#L19
[shellcheck] reported by reviewdog 🐶 START_FILE appears unused. Verify use (or export if used externally). Raw Output: ./tests/install_minimal_test.sh:19:1: warning: START_FILE appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
ShellCheck: tests/install_minimal_test.sh#L20
[shellcheck] reported by reviewdog 🐶 STOP_FILE appears unused. Verify use (or export if used externally). Raw Output: ./tests/install_minimal_test.sh:20:1: warning: STOP_FILE appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
ShellCheck: tests/install_minimal_test.sh#L21
[shellcheck] reported by reviewdog 🐶 UNINSTALL_FILE appears unused. Verify use (or export if used externally). Raw Output: ./tests/install_minimal_test.sh:21:1: warning: UNINSTALL_FILE appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)