ci: check if packages use an APK compatible version
authorPaul Spooren <mail@aparcar.org>
Thu, 15 Aug 2024 09:23:59 +0000 (11:23 +0200)
committerPaul Spooren <mail@aparcar.org>
Thu, 15 Aug 2024 11:28:12 +0000 (13:28 +0200)
commit4a136ee40ab5538d0296abc34a49fc9af250b679
treefa6daa453421d5feb2c72b78cdfa98f434af8f9c
parent5988abae10d9c20d87efe23a6ac5d8645aee51af
ci: check if packages use an APK compatible version

APK uses a deterministic version schema, have the CI check that changed
packages actually follow that version schema.

Signed-off-by: Paul Spooren <mail@aparcar.org>
.github/workflows/check-apk-valid-version.yml [new file with mode: 0644]