Update .github/workflows/main.yml
This commit is contained in:
parent
4b2be865f2
commit
5f4ae595f1
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -38,5 +38,7 @@ jobs:
|
|||||||
run: apt-get update && apt-get install -y nodejs
|
run: apt-get update && apt-get install -y nodejs
|
||||||
- name: Get PDFs
|
- name: Get PDFs
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
|
with:
|
||||||
|
name: Thesis
|
||||||
- name: Run VeraPDF
|
- name: Run VeraPDF
|
||||||
run: verify Thesis/*.pdf | tee /dev/stderr | grep -qE 'nonCompliant="0" failedJobs="0"'
|
run: verify Thesis/*.pdf | tee /dev/stderr | grep -qE 'nonCompliant="0" failedJobs="0"'
|
||||||
|
Loading…
Reference in New Issue
Block a user