switch to mff-cuni-cz validator image
Refs https://github.com/mff-cuni-cz/cuni-thesis-validator/pull/2
This commit is contained in:
parent
fae0fc0420
commit
f7934e2d89
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
name: Verify PDF/A
|
name: Verify PDF/A
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
container: { image: 'ghcr.io/exaexa/cuni-thesis-validator' }
|
container: { image: 'ghcr.io/mff-cuni-cz/cuni-thesis-validator' }
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Get PDFs
|
- name: Get PDFs
|
||||||
|
@ -22,6 +22,6 @@ latexmk:
|
|||||||
|
|
||||||
verapdf:
|
verapdf:
|
||||||
stage: verify
|
stage: verify
|
||||||
image: ghcr.io/exaexa/cuni-thesis-validator
|
image: ghcr.io/mff-cuni-cz/cuni-thesis-validator
|
||||||
script: |
|
script: |
|
||||||
verify *.pdf |tee /dev/stderr |grep -qE 'nonCompliant="0"'
|
verify *.pdf |tee /dev/stderr |grep -qE 'nonCompliant="0"'
|
||||||
|
Loading…
Reference in New Issue
Block a user