This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 657e0e1beb ci: upgrade typos to 1.21.0 and ignore changelog (#4601)
657e0e1beb is described below
commit 657e0e1beb8de15891fe76b9f65557d63aed6e32
Author: Zhizhen He <[email protected]>
AuthorDate: Sun May 12 00:00:58 2024 +0800
ci: upgrade typos to 1.21.0 and ignore changelog (#4601)
Signed-off-by: Zhizhen He <[email protected]>
---
.github/workflows/ci_check.yml | 4 ++--
.typos.toml | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci_check.yml b/.github/workflows/ci_check.yml
index 9b8ffe7597..82af64a963 100644
--- a/.github/workflows/ci_check.yml
+++ b/.github/workflows/ci_check.yml
@@ -38,7 +38,7 @@ jobs:
timeout-minutes: 10
env:
FORCE_COLOR: 1
- TYPOS_VERSION: v1.19.0
+ TYPOS_VERSION: v1.21.0
steps:
- name: download typos
run: curl -LsSf
https://github.com/crate-ci/typos/releases/download/$TYPOS_VERSION/typos-$TYPOS_VERSION-x86_64-unknown-linux-musl.tar.gz
| tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin
@@ -103,7 +103,7 @@ jobs:
- uses: actions/setup-node@v4
with:
- node-version: '18'
+ node-version: "18"
cache: pnpm
cache-dependency-path: "website/pnpm-lock.yaml"
diff --git a/.typos.toml b/.typos.toml
index f0f0a11dec..9c58e5d2d9 100644
--- a/.typos.toml
+++ b/.typos.toml
@@ -35,4 +35,5 @@ extend-exclude = [
"fixtures/sftp/test_ssh_key.pub",
# Generated pnpm locks.
"website/pnpm-lock.yaml",
+ "CHANGELOG.md",
]