GH actions to RPM lint

parent 6fd391d0
# SPDX-FileCopyrightText: 2021 Hugo Rodrigues
#
# SPDX-License-Identifier: CC0-1.0
name: RPM Lint
on:
push:
branches:
- rpm
pull_request:
branches:
- rpm
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install depedencies
run: sudo apt-get -qq update && sudo apt-get -qq install --assume-yes --no-install-recommends rpmlint
- name: Lint
run: rpmlint SPECS/*.spec
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment