mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-10 13:27:36 +00:00
infra: run codespell on v0.1 prs (#21545)
This commit is contained in:
parent
d3ca2cc8c3
commit
56c6b5868b
4
.github/workflows/codespell.yml
vendored
4
.github/workflows/codespell.yml
vendored
@ -3,9 +3,9 @@ name: CI / cd . / make spell_check
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master]
|
branches: [master, v0.1]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [master]
|
branches: [master, v0.1]
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
Loading…
Reference in New Issue
Block a user