mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-02-22 16:55:21 -05:00
Validate the Flatpak manifest before building it; then, validate the build directory; and when publishing, validate the repository as well. Using flatpak-builder-lint in the org.flatpak.Builder Flatpak in a docker container seems to not work. So the linter repo is cloned and Poetry is used to run it inside an custom action. "--exceptions" is required to allow the manifest to pass since OBS Studio has one for "--talk-name=org.freedesktop.Flatpak". Co-authored-by: Georges Basile Stavracas Neto <georges.stavracas@gmail.com>