Skip to content

.gitlab-ci: Check for shell errors in CI

Ray Strode requested to merge check-shell-before-merge into main

Recently a shell error snuck into version control and I didn't notice it because it was at the tail end of a short-circuited conditional.

This commit adds a little shell validation to CI to avoid that sort of thing in the future.

Edited by Ray Strode

Merge request reports