mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-21 14:43:07 +00:00
feat(infra): add CI check for out of date lockfiles (#34397)
This commit is contained in:
6
.github/workflows/_lint.yml
vendored
6
.github/workflows/_lint.yml
vendored
@@ -47,6 +47,12 @@ jobs:
|
||||
cache-suffix: lint-${{ inputs.working-directory }}
|
||||
working-directory: ${{ inputs.working-directory }}
|
||||
|
||||
- name: "🔒 Verify Lockfile is Up-to-Date"
|
||||
working-directory: ${{ inputs.working-directory }}
|
||||
run: |
|
||||
unset UV_FROZEN
|
||||
uv lock --check
|
||||
|
||||
- name: "📦 Install Lint & Typing Dependencies"
|
||||
working-directory: ${{ inputs.working-directory }}
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user