Skip to content

Commit 68c924f

Browse files
committed
Renamed langchain_mongodb github actions
1 parent 754b9c8 commit 68c924f

File tree

8 files changed

+5
-5
lines changed

8 files changed

+5
-5
lines changed

.github/scripts/check_diff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys
33
from typing import Dict
44

5-
LIB_DIRS = ["libs/mongodb", "libs/langgraph-checkpoint-mongodb"]
5+
LIB_DIRS = ["libs/mongodb"]
66

77
if __name__ == "__main__":
88
files = sys.argv[1:]
File renamed without changes.

.github/workflows/_codespell.yml renamed to .github/workflows/_langchain-codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
working-directory: ${{ inputs.working-directory }}
3030
run: |
3131
# Use a Python script to extract the ignore words list from pyproject.toml
32-
python ../../.github/workflows/extract_ignored_words_list.py
32+
python ../../.github/scripts/extract_ignored_words_list.py
3333
id: extract_ignore_words
3434

3535
- name: Codespell
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
needs:
7272
- build
7373
uses:
74-
./.github/workflows/_test_release.yml
74+
./.github/workflows/_langchain-test_release.yml
7575
permissions: write-all
7676
with:
7777
working-directory: ${{ inputs.working-directory }}
File renamed without changes.

.github/workflows/check_diffs.yml renamed to .github/workflows/langchain-check_diffs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
matrix:
4444
working-directory: ${{ fromJson(needs.build.outputs.dirs-to-lint) }}
45-
uses: ./.github/workflows/_lint.yml
45+
uses: ./.github/workflows/_langchain-lint.yml
4646
with:
4747
working-directory: ${{ matrix.working-directory }}
4848
secrets: inherit
@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
matrix:
5656
working-directory: ${{ fromJson(needs.build.outputs.dirs-to-test) }}
57-
uses: ./.github/workflows/_test.yml
57+
uses: ./.github/workflows/_langchain-test.yml
5858
with:
5959
working-directory: ${{ matrix.working-directory }}
6060
secrets: inherit

0 commit comments

Comments
 (0)