From 8461b5483482bf44fe9996f8f8713ee799422695 Mon Sep 17 00:00:00 2001 From: Sergey Zhemoytel Date: Wed, 15 Jan 2025 17:37:17 +0300 Subject: [PATCH] fix rpmlint --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ccf09ba..da46df1 100644 --- a/action.yml +++ b/action.yml @@ -88,7 +88,7 @@ runs: - name: RPM linter run: | source .env - rpmlint ${SPECFILE} + rpmlint --file /home/builder/rpmbuild/SOURCES/${{ github.event.repository.name }}.rpmlintrc ${SPECFILE} - name: Install dependies run: |