Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,22 @@ jobs:
name: CTAN-${{ matrix.engine }}
path: '*.tar.gz'

# pkgcheck required pdfinfo, which is contained in poppler-utils
- name: Prepare pkgcheck
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: poppler-utils
version: 1.0

- name: pkgcheck
if: matrix.engine != 'lualatex'
run: |
wget https://codeberg.org/ManfredLotz/pkgcheck/raw/branch/master/bin/pkgcheck
wget -q https://codeberg.org/ManfredLotz/pkgcheck/raw/branch/master/bin/pkgcheck
chmod u+x pkgcheck
# blocked by https://codeberg.org/ManfredLotz/pkgcheck/issues/9
# ./pkgcheck lni.tar.gz

cd /tmp
tar xzf ${{ github.workspace }}/lni.tar.gz
RUST_BACKTRACE=1 ${{ github.workspace }}/pkgcheck -d lni

changelog:
name: CHANGELOG.md
Expand Down
4 changes: 1 addition & 3 deletions prepare_for_CTAN
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@ if [ -f lni.tar.gz ]; then
echo "Remove old archive"
rm lni.tar.gz
fi
rm -f lni-instructions.pdf
ln -s -f lni.pdf lni-instructions.pdf
ctanify --no-tds lni.ins lni.pdf README.md CHANGELOG.md CONTRIBUTING.md "lni-instructions.pdf=doc/latex/lni" "lni-author-template.tex=doc/latex/lni" "lni-paper-example-de.tex=doc/latex/lni" "lni-paper-example-de.bib=doc/latex/lni"
ctanify --no-tds lni.ins lni.pdf README.md CHANGELOG.md CONTRIBUTING.md