Merge pull request #18 from JanProvaznik/gh-ci-verify-fix
GitHub CI: fail on veraPDF crash
This commit is contained in:
commit
0ed4027cdb
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -35,4 +35,4 @@ jobs:
|
|||||||
- name: Get PDFs
|
- name: Get PDFs
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
- name: Run VeraPDF
|
- name: Run VeraPDF
|
||||||
run: verify Thesis/*.pdf | tee /dev/stderr | grep -qE 'nonCompliant="0"'
|
run: verify Thesis/*.pdf | tee /dev/stderr | grep -qE 'nonCompliant="0" failedJobs="0"'
|
||||||
|
Loading…
Reference in New Issue
Block a user