Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
ci: Download EPUBCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaupin committed Jun 11, 2021
1 parent a3b1499 commit 13a7b8d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
EPUBCHECK_VERSION: 4.2.5
steps:
- name: Download EPUBCheck
run: |
wget https://github.com/IDPF/epubcheck/releases/download/v${EPUBCHECK_VERSION}/epubcheck-${EPUBCHECK_VERSION}.zip
unzip epubcheck-${EPUBCHECK_VERSION}.zip
- uses: actions/checkout@v2

- name: Set up Go
Expand Down

0 comments on commit 13a7b8d

Please sign in to comment.