chore: Add bootc lint
This commit is contained in:
parent
f67dea41a3
commit
9418955e52
1 changed files with 4 additions and 0 deletions
|
|
@ -3,3 +3,7 @@
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
rm -rf /tmp/* /var/*
|
rm -rf /tmp/* /var/*
|
||||||
|
|
||||||
|
if command -v bootc > /dev/null; then
|
||||||
|
bootc lint
|
||||||
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue