This is an automated email from the ASF dual-hosted git repository.
hulk 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 270c10b52 chore(ci): bump crate-ci/typos action to v1.43.1 (#3362)
270c10b52 is described below
commit 270c10b528b39a76eb7c7a6811647d147e752ce5
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Wed Feb 4 13:12:01 2026 +0200
chore(ci): bump crate-ci/typos action to v1.43.1 (#3362)
Bump crate-ci/typos action to v1.43.1 (see:
https://github.com/crate-ci/typos/releases/tag/v1.43.1)
**Changes**:
- Ignore hex literals with suffixes (e.g. 0xffffUL)
- Don't correct substituters
- Don't correct loosing
- Don't correct consts
- Updated the dictionary with the
https://github.com/crate-ci/typos/issues/1453 changes
---
.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 676651429..735021640 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]