Skip to content

shellcheck: Resolve tilde expansion issue and ensure detection in CI#4243

Merged
grandixximo merged 1 commit into
LinuxCNC:masterfrom
BsAtHome:fix_shellcheck_finals
Jul 17, 2026
Merged

shellcheck: Resolve tilde expansion issue and ensure detection in CI#4243
grandixximo merged 1 commit into
LinuxCNC:masterfrom
BsAtHome:fix_shellcheck_finals

Conversation

@BsAtHome

Copy link
Copy Markdown
Contributor

This should be the final shellcheck issue.

The tilde expansion issue was only detected after configure had run and the proper scripts generated. The tilde has been replaced by the $HOME equivalent and gets expanded at the right time.

CI for shellcheck now adds a configure step so that it will expand the *.in scripts, which will subsequently be tested by shellcheck.

The shellcheck CI also removes the "continue-on-error: true" marker. It is no longer needed and CI should now fail if a script does not pass.

@grandixximo
grandixximo merged commit 8bc2801 into LinuxCNC:master Jul 17, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants