From 9418955e520e234acdbd48adaf4f1b6d2e641f8f Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Sat, 31 May 2025 14:07:28 -0400 Subject: [PATCH] chore: Add bootc lint --- scripts/post_build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/post_build.sh b/scripts/post_build.sh index 73f0f55..5b76b90 100644 --- a/scripts/post_build.sh +++ b/scripts/post_build.sh @@ -3,3 +3,7 @@ set -euo pipefail rm -rf /tmp/* /var/* + +if command -v bootc > /dev/null; then + bootc lint +fi