mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 05:54:19 +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
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "uv"
|
|
||||||
directory: "/"
|
|
||||||
schedule:
|
|
||||||
interval: "daily"
|
|
||||||
labels:
|
|
||||||
- "dependencies"
|
|
||||||
- package-ecosystem: "pip"
|
- package-ecosystem: "pip"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
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"
|
cache-dependency-glob: "uv.lock"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: uv sync
|
run: uv sync --upgrade
|
||||||
|
|
||||||
- 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"
|
|
||||||
- name: Run prek
|
- name: Run prek
|
||||||
uses: j178/prek-action@v1
|
uses: j178/prek-action@v1
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue