mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
Compare commits
2 commits
main
...
remove-uv-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9c99b2c0fd | ||
|
|
92cfc92de4 |
2 changed files with 1 additions and 16 deletions
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
|
|
@ -1,11 +1,5 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "uv"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
labels:
|
||||
- "dependencies"
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/"
|
||||
schedule:
|
||||
|
|
|
|||
11
.github/workflows/run-static.yml
vendored
11
.github/workflows/run-static.yml
vendored
|
|
@ -38,16 +38,7 @@ jobs:
|
|||
cache-dependency-glob: "uv.lock"
|
||||
|
||||
- name: Install dependencies
|
||||
run: uv sync
|
||||
|
||||
- name: Check lockfile is up to date
|
||||
run: |
|
||||
if ! uv lock --check; then
|
||||
echo "❌ Lockfile is out of date!"
|
||||
echo "To update the lockfile, run 'uv lock'."
|
||||
exit 1
|
||||
fi
|
||||
echo "✅ Lockfile is up to date"
|
||||
run: uv sync --upgrade
|
||||
- name: Run prek
|
||||
uses: j178/prek-action@v1
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue