Explicitly pass rpmlint config when calling it
New version of rpmlint stopped picking the config automatically. Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
71b9c0ad65
commit
8f36b6f26e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -263,7 +263,7 @@ jobs:
|
|||
make srpm
|
||||
|
||||
- name: Run rpmlint
|
||||
run: rpmlint rpmbuild/SRPMS/*
|
||||
run: rpmlint --config rpmlint.config rpmbuild/SRPMS/*
|
||||
|
||||
gitlab-ci-helper:
|
||||
name: "Gitlab CI trigger helper"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue