GH Action: check the SPEC osbuild/images deps minimum version
Add a check which leverages the osbuild/images@check-spec-deps-action action to check that the SPEC files requires at least the minimum versions for dependencies specified by the `osbuild/images`. Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
86af7dcf04
commit
5ccac6b007
1 changed files with 11 additions and 0 deletions
11
.github/workflows/tests.yml
vendored
11
.github/workflows/tests.yml
vendored
|
|
@ -295,3 +295,14 @@ jobs:
|
||||||
echo "Go to https://github.com/osbuild/cloud-cleaner/actions/workflows/run_ib.yml and"
|
echo "Go to https://github.com/osbuild/cloud-cleaner/actions/workflows/run_ib.yml and"
|
||||||
echo "https://github.com/osbuild/cloud-cleaner/actions/workflows/run_cloudx.yml and"
|
echo "https://github.com/osbuild/cloud-cleaner/actions/workflows/run_cloudx.yml and"
|
||||||
echo "manually enable it!"
|
echo "manually enable it!"
|
||||||
|
|
||||||
|
check-spec-images-deps:
|
||||||
|
name: "🔍 Check spec file osbuild/images dependencies"
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
container: registry.fedoraproject.org/fedora:latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Check dependencies in spec file
|
||||||
|
uses: osbuild/images@check-spec-deps-action
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue