You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
I have a similar error when checking absolutely any metainfo file
The problem tag could not be redefined: The severity of the "cid-domain-not-lowercase" tag cannot be lowered to a level that allows it to pass verification.
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.
The text was updated successfully, but these errors were encountered: