Skip to content

Clarify --vanilla documentation #59

Clarify --vanilla documentation

Clarify --vanilla documentation #59

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 update && 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