Skip to content

Bump to dcw 2.1.2

Bump to dcw 2.1.2 #17

Workflow file for this run

# 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