diff --git a/Justfile b/Justfile index 7553817d8b..13ae7de4a0 100644 --- a/Justfile +++ b/Justfile @@ -190,7 +190,9 @@ lint-backend: @lint-commit-or-rollback ./backend/... lint-scripts: - @shellcheck -f gcc -e SC2016 $(find scripts -type f -not -path scripts/tests) | to-annotation + #!/bin/bash + set -euo pipefail + shellcheck -f gcc -e SC2016 $(find scripts -type f -not -path scripts/tests) | to-annotation # Run live docs server docs: