Skip to content

ci(wf): install asdf from binary #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

ci(wf): install asdf from binary

a5d39a4
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

ci(wf): install asdf from binary #53

ci(wf): install asdf from binary
a5d39a4
Select commit
Loading
Failed to load commit list.
GitHub Actions / actionlint failed Mar 19, 2025 in 0s

reviewdog [actionlint] report

reported by reviewdog 🐶

Findings (2)

.github/workflows/code_checks.yml|33 col 9| shellcheck reported issue in this script: SC2086:info:1:77: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/code_checks.yml|33 col 9| shellcheck reported issue in this script: SC2086:info:1:98: Double quote to prevent globbing and word splitting [shellcheck]

Filtered Findings (0)

Annotations

Check notice on line 33 in .github/workflows/code_checks.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/code_checks.yml#L33

shellcheck reported issue in this script: SC2086:info:1:77: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
i:.github/workflows/code_checks.yml:33:9: shellcheck reported issue in this script: SC2086:info:1:77: Double quote to prevent globbing and word splitting [shellcheck]

Check notice on line 33 in .github/workflows/code_checks.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/code_checks.yml#L33

shellcheck reported issue in this script: SC2086:info:1:98: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
i:.github/workflows/code_checks.yml:33:9: shellcheck reported issue in this script: SC2086:info:1:98: Double quote to prevent globbing and word splitting [shellcheck]