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 576d57572 chore(ci): Update typos action to version 1.41.0 (#3321)
576d57572 is described below
commit 576d575724a921aa1bf3533b93771ec813e6e5d2
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Thu Jan 1 19:01:41 2026 +0300
chore(ci): Update typos action to version 1.41.0 (#3321)
Update typos action to version 1.41.0
**Key changes**
- Updated the dictionary with the
https://github.com/crate-ci/typos/issues/1431 changes
- Treat incrementer and incrementor the same for now
- Updated the dictionary with the
https://github.com/crate-ci/typos/issues/1405 changes
- Don't offer entry as a correction for entrys
-
---
.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 a44779b52..d0d3f50b7 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]