FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
devguide/.github/workflows/ci.yml at main · python/devguide · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
devguide
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1k
Star
2.1k
Code
Issues
84
Pull requests
18
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
devguide
/
.github
/
workflows
/
ci.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
30 lines (25 loc) · 817 Bytes
Breadcrumbs
devguide
/
.github
/
workflows
/
ci.yml
Copy path
File metadata and controls
30 lines (25 loc) · 817 Bytes
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
name
:
Tests
on
:
[pull_request, push, workflow_dispatch]
env
:
FORCE_COLOR
:
1
permissions
:
{}
jobs
:
test
:
name
:
Check build, markup, and links
runs-on
:
ubuntu-latest
timeout-minutes
:
10
steps
:
-
uses
:
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
#
v7.0.1
with
:
persist-credentials
:
false
-
uses
:
actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1
#
v6.3.0
with
:
python-version
:
"
3
"
-
name
:
Install uv
uses
:
hynek/setup-cached-uv@4300ec2180bc77d705e626a34e381b81a4772c51
#
v2.5.0
-
uses
:
sphinx-doc/github-problem-matcher@1f74d6599f4a5e89a20d3c99aab4e6a70f7bda0f
#
v1.1
-
name
:
Build docs
run
:
make html
-
name
:
Link check
run
:
make linkcheck
continue-on-error
:
true
Back
|
FazBrowse Home
|
New Git URL