Skip to content

Commit

Permalink
Check generated CTAN archive with pkgcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
hmenke committed May 24, 2022
1 parent a2dfb2f commit 8063d98
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@ jobs:
--xform='s$^$pgf-umlcd/$g' \
-czvf pgf-umlcd_${GIT_TAG}.tar.gz $(cat FILES)
- name: 'ZIP: Check'
run: |
apt-get update -qq
DEBIAN_FRONTEND=noninteractive apt-get install -qq curl poppler-utils
curl -L -o pkgcheck "https://gitlab.com/Lotz/pkgcheck/-/raw/v2.4.0_2022-01-15/bin/pkgcheck"
chmod +x pkgcheck
PKGDIR=$(mktemp -d)
tar xzf "pgf-umlcd_${GIT_TAG}.tar.gz" -C "$PKGDIR"
./pkgcheck -d "$PKGDIR/pgf-umlcd"
- name: "ZIP: Sign"
if: |
matrix.engine == 'pdflatex' &&
Expand Down

0 comments on commit 8063d98

Please sign in to comment.