Skip to content

Add actionlint workflow #6

Add actionlint workflow

Add actionlint workflow #6

Triggered via pull request September 11, 2024 11:44
Status Failure
Total duration 21s
Artifacts

lint-workflows.yml

on: pull_request
actionlint
5s
actionlint
Fit to window
Zoom out
Zoom in

Annotations

10 errors
actionlint: .github/workflows/build-and-push-assets.yml#L190
shellcheck reported issue in this script: SC2078:error:5:8: This expression is constant. Did you forget a $ somewhere?
actionlint: .github/workflows/build-and-push-assets.yml#L208
shellcheck reported issue in this script: SC2116:style:1:16: Useless echo? Instead of 'cmd $(echo foo)', just use 'cmd foo'
actionlint: .github/workflows/build-and-push-assets.yml#L208
shellcheck reported issue in this script: SC2086:info:1:23: Double quote to prevent globbing and word splitting
actionlint: .github/workflows/build-and-push-assets.yml#L214
shellcheck reported issue in this script: SC2015:info:1:66: Note that A && B || C is not if-then-else. C may run when A is true
actionlint: .github/workflows/build-and-push-assets.yml#L220
shellcheck reported issue in this script: SC2046:warning:1:37: Quote this to prevent word splitting
actionlint: .github/workflows/build-and-push-assets.yml#L220
shellcheck reported issue in this script: SC2015:info:1:66: Note that A && B || C is not if-then-else. C may run when A is true
actionlint: .github/workflows/build-and-push-assets.yml#L224
shellcheck reported issue in this script: SC2015:info:2:71: Note that A && B || C is not if-then-else. C may run when A is true
actionlint: .github/workflows/build-and-push-assets.yml#L273
shellcheck reported issue in this script: SC1105:error:6:81: Shells disambiguate (( differently or not at all. For subshell, add spaces around ( . For ((, fix parsing errors
actionlint: .github/workflows/build-assets-compilation.yml#L101
shellcheck reported issue in this script: SC2086:info:2:33: Double quote to prevent globbing and word splitting
actionlint: .github/workflows/build-assets-compilation.yml#L101
shellcheck reported issue in this script: SC2086:info:4:34: Double quote to prevent globbing and word splitting