This is an automated email from the ASF dual-hosted git repository.
jinrongtong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git
The following commit(s) were added to refs/heads/master by this push:
new f8d7dc5b Force set code spell plugin version to 2.1.0 (#769)
f8d7dc5b is described below
commit f8d7dc5bc7cac212b75b0b75f3660127b7d0e826
Author: lizhimins <[email protected]>
AuthorDate: Tue Jun 11 13:56:03 2024 +0800
Force set code spell plugin version to 2.1.0 (#769)
---
.github/workflows/codespell_check.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/codespell_check.yaml
b/.github/workflows/codespell_check.yaml
index 1bfe6e3a..1d4cd8a8 100644
--- a/.github/workflows/codespell_check.yaml
+++ b/.github/workflows/codespell_check.yaml
@@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v2
- name: Install CodeSpell
- run: pip install codespell
+ run: pip install codespell==2.1.0
- name: Run CodeSpell
run: |