FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-sdk/.github/workflows/check-lock.yml at main · rppth/python-sdk · GitHub
rppth
/
python-sdk
Public
forked from
modelcontextprotocol/python-sdk
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-sdk
/
.github
/
workflows
/
check-lock.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
25 lines (21 loc) · 471 Bytes
Breadcrumbs
python-sdk
/
.github
/
workflows
/
check-lock.yml
Copy path
File metadata and controls
25 lines (21 loc) · 471 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
name
:
Check uv.lock
on
:
pull_request
:
paths
:
-
"
pyproject.toml
"
-
"
uv.lock
"
push
:
paths
:
-
"
pyproject.toml
"
-
"
uv.lock
"
jobs
:
check-lock
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v4
-
name
:
Install uv
run
:
|
curl -LsSf https://astral.sh/uv/install.sh | sh
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
-
name
:
Check uv.lock is up to date
run
:
uv lock --check
Back
|
FazBrowse Home
|
New Git URL