Skip to content

Commit

Permalink
ci: upgrade typos to 1.21.0 and ignore changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com>
  • Loading branch information
hezhizhen committed May 11, 2024
1 parent 6bf317d commit 1e291c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"

Expand Down
1 change: 1 addition & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ extend-exclude = [
"fixtures/sftp/test_ssh_key.pub",
# Generated pnpm locks.
"website/pnpm-lock.yaml",
"CHANGELOG.md",
]

0 comments on commit 1e291c8

Please sign in to comment.