We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1700f09 commit 90be347Copy full SHA for 90be347
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
cache: "pnpm"
24
25
- name: Install dependencies
26
- run: pnpm install -r --no-frozen-lockfile
+ run: pnpm install --no-frozen-lockfile
27
28
- name: Run lint and fix
29
run: pnpm run lint:fix
.github/workflows/check-langchain-tools.yml
@@ -1,9 +1,9 @@
1
name: Check LangChain Tool Names
2
on:
3
push:
4
- branches: [ main ]
+ branches: [main]
5
pull_request:
6
7
8
jobs:
9
check-langchain-tool-names:
@@ -24,6 +24,6 @@ jobs:
- run: pnpm run check-tool-names:langchain
0 commit comments