Skip to content

Refactor Codacy workflow for asset retrieval #125

Refactor Codacy workflow for asset retrieval

Refactor Codacy workflow for asset retrieval #125

Triggered via push October 20, 2025 09:44
Status Success
Total duration 25s
Artifacts

lint.yml

on: push
Shellcheck
21s
Shellcheck
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
Shellcheck: ./du_setup.sh#L3268
note: Not following: /etc/os-release was not specified as input (see shellcheck -x). [SC1091]
Shellcheck: ./du_setup.sh#L2740
note: Double quote to prevent globbing and word splitting. [SC2086]
Shellcheck: ./du_setup.sh#L2367
note: Not following: /etc/os-release was not specified as input (see shellcheck -x). [SC1091]
Shellcheck: ./du_setup.sh#L2365
note: Double quote to prevent globbing and word splitting. [SC2086]
Shellcheck: ./du_setup.sh#L1672
note: Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?. [SC2181]
Shellcheck: ./du_setup.sh#L1258
note: This variable is assigned to itself, so the assignment does nothing. [SC2269]
Shellcheck: ./du_setup.sh#L1257
note: Not following: /etc/os-release was not specified as input (see shellcheck -x). [SC1091]