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 d1ee2dc6 chore(ci): bump crate-ci/typos to v1.30.0 (#2812)
d1ee2dc6 is described below
commit d1ee2dc6b94fcf545944caea65acbac826306a42
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Tue Mar 4 05:31:24 2025 +0200
chore(ci): bump crate-ci/typos to v1.30.0 (#2812)
---
.github/config/typos.toml | 6 ++++++
.github/workflows/kvrocks.yaml | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/.github/config/typos.toml b/.github/config/typos.toml
index 03518540..e63023b4 100644
--- a/.github/config/typos.toml
+++ b/.github/config/typos.toml
@@ -38,3 +38,9 @@ ignore-hidden = false
# jsoncons
"ser" = "ser"
+
+#Comments in WATCH command test
+"hed" = "hed"
+
+#Used as a short naming into tests
+"typ" = "typ"
diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml
index 3debc4a6..74dd3c48 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