mirror of
https://tvoygit.ru/Djam/r11_workflows.git
synced 2025-02-23 17:02:46 +00:00
update lint
This commit is contained in:
parent
22931fb612
commit
21ea6a7c97
1 changed files with 3 additions and 1 deletions
|
@ -109,7 +109,9 @@ runs:
|
||||||
- name: RPM linter
|
- name: RPM linter
|
||||||
run: |
|
run: |
|
||||||
source .env
|
source .env
|
||||||
rpmlint --file /home/builder/rpmbuild/SOURCES/${{ github.event.repository.name }}.rpmlintrc ${SPECFILE}
|
rpmlint --file /home/builder/rpmbuild/SOURCES/${{ github.event.repository.name }}.rpmlintrc \
|
||||||
|
--file /home/builder/rpmbuild/SOURCES/$(basename ${SPECFILE} .spec).rpmlintrc \
|
||||||
|
${SPECFILE}
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue