Skip to content

Commit 4b92466

Browse files
committed
CI: setup uv to lint EPUB
1 parent 79e1a15 commit 4b92466

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@ jobs:
147147
needs: ['build-translation']
148148
continue-on-error: true
149149
steps:
150+
- uses: actions/setup-python@v5
151+
with:
152+
python-version: 3.x
153+
- uses: astral-sh/setup-uv@v5
150154
- uses: actions/download-artifact@master
151155
with:
152156
name: build-${{ matrix.version }}-epub

0 commit comments

Comments
 (0)