flatpak: lint on install

Make sure we pass the same linting checks that would be done downstream.
This commit is contained in:
Allison Karlitskaya 2024-03-12 18:29:37 +01:00 committed by Martin Pitt
parent 962fbcad0d
commit 752cdef162
1 changed files with 6 additions and 0 deletions

View File

@ -23,3 +23,9 @@ flatpak run \
"$@" \
--force-clean \
--install flatpak-build-dir "${MANIFEST}"
flatpak run \
--command=flatpak-builder-lint \
org.flatpak.Builder \
--exceptions \
builddir flatpak-build-dir