Skip to content

Fix handling of file names without a known extension #41

Fix handling of file names without a known extension

Fix handling of file names without a known extension #41

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get -y install texlive-latex-extra shellcheck
- name: Build
run: |
./build.sh
cd built_package/pdfjam*
unzip tests.zip
tests/run.sh
shellcheck --exclude=SC1004 bin/pdfjam