From 1e291c88e698c9562f8eef1f533f1dd78efd2377 Mon Sep 17 00:00:00 2001 From: Zhizhen He Date: Sat, 11 May 2024 23:53:01 +0800 Subject: [PATCH] ci: upgrade typos to 1.21.0 and ignore changelog Signed-off-by: Zhizhen He --- .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 9b8ffe7597e..82af64a963e 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 f0f0a11dec3..9c58e5d2d9e 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", ]