FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-docs-pl/.github/workflows/lint.yml at 3.15 · python/python-docs-pl · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
python-docs-pl
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
16
Star
57
Code
Issues
4
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
python-docs-pl
/
.github
/
workflows
/
lint.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
49 lines (46 loc) · 1.51 KB
Breadcrumbs
python-docs-pl
/
.github
/
workflows
/
lint.yml
Copy path
File metadata and controls
49 lines (46 loc) · 1.51 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
name
:
lint
on
:
#
zizmor: ignore[dangerous-triggers]
workflow_run
:
workflows
:
[update and build]
types
:
[completed]
jobs
:
lint
:
runs-on
:
ubuntu-latest
permissions
:
contents
:
read
strategy
:
fail-fast
:
false
matrix
:
version
:
[3.15, 3.14, 3.13, 3.12, 3.11]
continue-on-error
:
true
steps
:
-
uses
:
actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97
#
v7.0.0
with
:
python-version
:
3
-
run
:
pip install sphinx-lint
-
uses
:
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
#
v7.0.1
with
:
ref
:
${{ matrix.version }}
persist-credentials
:
false
-
uses
:
rffontenelle/sphinx-lint-problem-matcher@4270bf50b2c93640a7cbb231c09f8e694699af9f
#
v1.0.0
-
run
:
sphinx-lint
lint-epub
:
if
:
github.event.workflow_run.conclusion == 'success'
runs-on
:
ubuntu-latest
permissions
:
actions
:
read
strategy
:
matrix
:
version
:
[3.15, 3.14]
continue-on-error
:
true
steps
:
-
uses
:
actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97
#
v7.0.0
with
:
python-version
:
3
-
uses
:
astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9
#
v9.0.0
-
uses
:
actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
#
v8.0.1
with
:
name
:
build-${{ matrix.version }}-epub
run-id
:
${{ github.event.workflow_run.id }}
github-token
:
${{ secrets.GITHUB_TOKEN }}
-
run
:
uvx epubcheck
Back
|
FazBrowse Home
|
New Git URL