Skip to content

Some bugs

Some bugs #249

Triggered via push January 13, 2025 13:27
Status Failure
Total duration 29s
Artifacts
actionlint
18s
actionlint
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
actionlint: .github/workflows/build-any-ib.yml#L58
shellcheck reported issue in this script: SC2034:warning:11:1: QUEUE_URL appears unused. Verify use (or export if used externally) ``` run: | ^~~~ ```
actionlint: .github/workflows/build-any-ib.yml#L58
shellcheck reported issue in this script: SC2036:warning:11:1: If you wanted to assign the output of the pipeline, use a=$(b | c) ``` run: | ^~~~ ```
actionlint: .github/workflows/build-any-ib.yml#L58
shellcheck reported issue in this script: SC1089:error:15:95: Parsing stopped here. Is this keyword correctly matched up? ``` run: | ^~~~ ```
actionlint
Process completed with exit code 1.
actionlint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636