Skip to content

Merge pull request #68 from buildplan/revise_test_backup #121

Merge pull request #68 from buildplan/revise_test_backup

Merge pull request #68 from buildplan/revise_test_backup #121

Triggered via push October 20, 2025 08:54
Status Success
Total duration 22s
Artifacts

lint.yml

on: push
Shellcheck
19s
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]