Skip to content

VERSION: bump to version 3.09 #40

VERSION: bump to version 3.09

VERSION: bump to version 3.09 #40

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