This is an automated email from the ASF dual-hosted git repository.
twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
The following commit(s) were added to refs/heads/unstable by this push:
new 5c8088241 chore(ci): bump typos checker to 1.42.0 (#3334)
5c8088241 is described below
commit 5c8088241ba9f385f19ceb273d5cc6241bb37f15
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Fri Jan 9 14:24:13 2026 +0300
chore(ci): bump typos checker to 1.42.0 (#3334)
Bump typos checker to 1.42.0 (see:
https://github.com/crate-ci/typos/releases/tag/v1.42.0)
In this release - dictionary updates
Co-authored-by: Twice <[email protected]>
---
.github/workflows/kvrocks.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml
index 84be48d60..676651429 100644
--- a/.github/workflows/kvrocks.yaml
+++ b/.github/workflows/kvrocks.yaml
@@ -58,7 +58,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Check typos
- uses: crate-ci/[email protected]
+ uses: crate-ci/[email protected]
with:
config: .github/config/typos.toml
- uses: apache/skywalking-eyes/[email protected]