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