Revert "Remove the pkgcheck for now to fix the docker races"
Some checks failed
yandex-music / check-and-update (push) Failing after 13m0s

This reverts commit ffff17200a.
This commit is contained in:
2026-02-06 23:18:11 +03:00
parent ffff17200a
commit 7ba4cac92c

View File

@@ -40,6 +40,11 @@ jobs:
- name: Build new manifests
uses: ./.gitea/actions/pkgdev-manifest
- name: Check repo for validity
uses: pkgcore/pkgcheck-action@v1
with:
args: --keywords=-RedundantVersion media-sound/yandex-music
- name: Commit changes
uses: EndBug/add-and-commit@v9
if: ${{steps.latest.outputs.message != '' || steps.cleanup.outputs.message != ''}}