Skip to content

Commit

Permalink
Add pkgcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Feb 5, 2025
1 parent ab0c36b commit ba62fa4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,13 @@ jobs:
with:
name: CTAN-${{ matrix.engine }}
path: '*.tar.gz'

- name: pkgcheck
run: |
wget https://codeberg.org/ManfredLotz/pkgcheck/raw/branch/master/bin/pkgcheck
chmod u+x pkgcheck
./pkgcheck --warnings-no-errors lni.tar.gz
changelog:
name: CHANGELOG.md
runs-on: ubuntu-latest
Expand Down

0 comments on commit ba62fa4

Please sign in to comment.