Skip to content

Missed import and pdfx #3

Missed import and pdfx

Missed import and pdfx #3

Workflow file for this run

name: Verify PDF/A-1B compatibility
on:
push:
branches:
- main
- devel
pull_request:
branches:
- master
- devel
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Install TexLive and dependencies
uses: teatimeguest/setup-texlive-action@v3
with:
package-file: texlive-packages.txt
- name: Compile LaTeX document
run: >
pdflatex -halt-on-error main.tex
- name: Verify PDF
run: >
docker run --rm -t -v "$(pwd):/data"
ghcr.io/verapdf/cli@sha256:26a57c6711ae1d59f987f34ca411f87d8078e3ae75bb90671fcece957b75dcee
-f 1b main.pdf