chore: Add bootc lint

This commit is contained in:
Gerald Pinder 2025-05-31 14:07:28 -04:00
parent f67dea41a3
commit 9418955e52

View file

@ -3,3 +3,7 @@
set -euo pipefail
rm -rf /tmp/* /var/*
if command -v bootc > /dev/null; then
bootc lint
fi