Skip to content

Add option to run flatpak-builder-lint after build #187

Description

@vchernin

This action could run similar checks as to what flathub builders do, e.g. via a new action input lint: boolean. There already exists an action in the obs repo which works but is yet more scripts to add in CI.

https://github.com/obsproject/obs-studio/blob/e1e1b6daabf838a36e14436e1efdd4f38533a00d/.github/actions/flatpak-builder-lint/action.yaml
https://github.com/obsproject/obs-studio/blob/e1e1b6daabf838a36e14436e1efdd4f38533a00d/.github/workflows/build-project.yaml#L303-L326

Since this repo's action already knows where the build directory is, the lints for builddir,repo,manifest,appstream could be more easily run as part of this action.

The lint checks are all fast enough so it is probably reasonable to keep them under one option.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions