Skip to content

feat: use shellcheck, disable pyflakes #3

feat: use shellcheck, disable pyflakes

feat: use shellcheck, disable pyflakes #3

Triggered via push September 10, 2024 15:19
Status Failure
Total duration 16s
Artifacts
actionlint
5s
actionlint
Fit to window
Zoom out
Zoom in

Annotations

10 errors
actionlint: .github/workflows/automatic-release.yml#L89
shellcheck reported issue in this script: SC2086:info:3:34: Double quote to prevent globbing and word splitting
actionlint: .github/workflows/automatic-release.yml#L103
shellcheck reported issue in this script: SC2086:info:1:4: Double quote to prevent globbing and word splitting
actionlint: .github/workflows/automatic-release.yml#L103
shellcheck reported issue in this script: SC2038:warning:2:8: Use 'find .. -print0 | xargs -0 ..' or 'find .. -exec .. +' to allow non-alphanumeric filenames
actionlint: .github/workflows/automatic-release.yml#L103
shellcheck reported issue in this script: SC2015:info:3:16: Note that A && B || C is not if-then-else. C may run when A is true
actionlint: .github/workflows/automatic-release.yml#L117
shellcheck reported issue in this script: SC2015:info:1:36: Note that A && B || C is not if-then-else. C may run when A is true
actionlint: .github/workflows/automatic-release.yml#L117
shellcheck reported issue in this script: SC2086:info:1:95: Double quote to prevent globbing and word splitting
actionlint: .github/workflows/automatic-release.yml#L117
shellcheck reported issue in this script: SC2015:info:2:35: Note that A && B || C is not if-then-else. C may run when A is true
actionlint: .github/workflows/automatic-release.yml#L117
shellcheck reported issue in this script: SC2086:info:2:92: Double quote to prevent globbing and word splitting
actionlint: .github/workflows/automatic-release.yml#L117
shellcheck reported issue in this script: SC2015:info:3:36: Note that A && B || C is not if-then-else. C may run when A is true
actionlint: .github/workflows/automatic-release.yml#L117
shellcheck reported issue in this script: SC2086:info:3:98: Double quote to prevent globbing and word splitting