Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit79e1a15

Browse files
committed
Build EPUB, lint it for 3.14
1 parent7d7034e commit79e1a15

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

‎.github/workflows/update-lint-and-build.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
fail-fast:false
9595
matrix:
9696
version:[3.14, 3.13, 3.12, 3.11, '3.10', 3.9, 3.8]
97-
format:[html, latex]
97+
format:[html, latex, epub]
9898
needs:['update-translation']
9999
steps:
100100
-uses:actions/setup-python@master
@@ -138,3 +138,16 @@ jobs:
138138
with:
139139
name:build-${{ matrix.version }}-pdf
140140
path:.
141+
142+
lint-epub:
143+
runs-on:ubuntu-latest
144+
strategy:
145+
matrix:
146+
version:[3.14]
147+
needs:['build-translation']
148+
continue-on-error:true
149+
steps:
150+
-uses:actions/download-artifact@master
151+
with:
152+
name:build-${{ matrix.version }}-epub
153+
-run:uvx epubcheck

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp