Skip to content
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

Update templated files to rev efb48ae #433

Closed
wants to merge 1 commit into from

Generated commit to update templated files based on rev efb48ae in st…

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

Update templated files to rev efb48ae #433

Generated commit to update templated files based on rev efb48ae in st…
612bc66
Select commit
Loading
Failed to load commit list.
GitHub Actions / actionlint failed Jul 24, 2024 in 0s

reviewdog [actionlint] report

reported by reviewdog 🐶

Findings (5)

.github/workflows/build.yml|371 col 9| shellcheck reported issue in this script: SC1009:info:2:1: The mentioned syntax error was in this if expression [shellcheck]
.github/workflows/build.yml|371 col 9| shellcheck reported issue in this script: SC1035:error:2:4: You need a space after the [ and before the ] [shellcheck]
.github/workflows/build.yml|371 col 9| shellcheck reported issue in this script: SC1073:error:2:4: Couldn't parse this test expression. Fix to allow more checks [shellcheck]
.github/workflows/build.yml|371 col 9| shellcheck reported issue in this script: SC1020:error:2:30: You need a space before the ] [shellcheck]
.github/workflows/build.yml|371 col 9| shellcheck reported issue in this script: SC1072:error:2:30: Missing space before ]. Fix any mentioned problems and try again [shellcheck]

Filtered Findings (7)

.github/workflows/build.yml|90 col 9| shellcheck reported issue in this script: SC2086:info:3:53: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/build.yml|90 col 9| shellcheck reported issue in this script: SC2086:info:6:52: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/build.yml|90 col 9| shellcheck reported issue in this script: SC2086:info:9:55: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/build.yml|90 col 9| shellcheck reported issue in this script: SC2086:info:12:28: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/build.yml|311 col 35| label "ubicloud-standard-8-arm" is unknown. available labels are "windows-latest", "windows-latest-8-cores", "windows-2022", "windows-2019", "ubuntu-latest", "ubuntu-latest-4-cores", "ubuntu-latest-8-cores", "ubuntu-latest-16-cores", "ubuntu-24.04", "ubuntu-22.04", "ubuntu-20.04", "macos-latest", "macos-latest-xl", "macos-latest-xlarge", "macos-latest-large", "macos-14-xl", "macos-14-xlarge", "macos-14-large", "macos-14", "macos-14.0", "macos-13-xl", "macos-13-xlarge", "macos-13-large", "macos-13", "macos-13.0", "macos-12-xl", "macos-12-xlarge", "macos-12-large", "macos-12", "macos-12.0", "macos-11", "macos-11.0", "self-hosted", "x64", "arm", "arm64", "linux", "macos", "windows". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file [runner-label]
.github/workflows/build.yml|382 col 9| shellcheck reported issue in this script: SC2086:info:1:49: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/build.yml|440 col 9| shellcheck reported issue in this script: SC2002:style:1:10: Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead [shellcheck]

Annotations

Check failure on line 371 in .github/workflows/build.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/build.yml#L371

shellcheck reported issue in this script: SC1009:info:2:1: The mentioned syntax error was in this if expression [shellcheck]
Raw output
.github/workflows/build.yml:371:9: shellcheck reported issue in this script: SC1009:info:2:1: The mentioned syntax error was in this if expression [shellcheck]

Check failure on line 371 in .github/workflows/build.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/build.yml#L371

shellcheck reported issue in this script: SC1035:error:2:4: You need a space after the [ and before the ] [shellcheck]
Raw output
.github/workflows/build.yml:371:9: shellcheck reported issue in this script: SC1035:error:2:4: You need a space after the [ and before the ] [shellcheck]

Check failure on line 371 in .github/workflows/build.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/build.yml#L371

shellcheck reported issue in this script: SC1073:error:2:4: Couldn't parse this test expression. Fix to allow more checks [shellcheck]
Raw output
.github/workflows/build.yml:371:9: shellcheck reported issue in this script: SC1073:error:2:4: Couldn't parse this test expression. Fix to allow more checks [shellcheck]

Check failure on line 371 in .github/workflows/build.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/build.yml#L371

shellcheck reported issue in this script: SC1020:error:2:30: You need a space before the ] [shellcheck]
Raw output
.github/workflows/build.yml:371:9: shellcheck reported issue in this script: SC1020:error:2:30: You need a space before the ] [shellcheck]

Check failure on line 371 in .github/workflows/build.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/build.yml#L371

shellcheck reported issue in this script: SC1072:error:2:30: Missing space before ]. Fix any mentioned problems and try again [shellcheck]
Raw output
.github/workflows/build.yml:371:9: shellcheck reported issue in this script: SC1072:error:2:30: Missing space before ]. Fix any mentioned problems and try again [shellcheck]