mirror of
https://github.com/hwchase17/langchain.git
synced 2025-12-24 00:17:05 +00:00
10
.github/workflows/_lint.yml
vendored
10
.github/workflows/_lint.yml
vendored
@@ -47,11 +47,11 @@ 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: "🔒 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 }}
|
||||
|
||||
Reference in New Issue
Block a user