Bump to dcw 2.1.2 #17
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Lint the RPM specfile | |
name: Lint | |
on: | |
push: | |
branches: [master] | |
pull_request: | |
jobs: | |
lint: | |
name: Lint the RPM specfile | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/[email protected] | |
- name: Install rpmlint | |
run: sudo apt install rpmlint | |
- name: Lint | |
run: | | |
rpmlint dcw-gmt.spec | |
rpmlint gshhg-gmt.spec | |
rpmlint gmt.spec |