Skip to content

Commit

Permalink
Add Lintian Package Check
Browse files Browse the repository at this point in the history
  • Loading branch information
iguessthislldo committed Jan 8, 2020
1 parent 5666725 commit 45eebd0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Install Ubuntu Packages
run: sudo apt-get install debhelper
run: sudo apt-get install debhelper lintian

- name: Checkout OpenDDS-Debian
uses: actions/checkout@v2
Expand Down Expand Up @@ -58,3 +58,7 @@ jobs:
directory: 'OpenDDS-Debian'
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: 'ubuntu_18_04'

- name: Lintian
run: lintian --pedantic --info --display-info opendds.deb
if: always()

0 comments on commit 45eebd0

Please sign in to comment.