Skip to content

Commit 5a66064

Browse files
chore(ci): add typos check
1 parent 8ad512d commit 5a66064

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,14 @@ jobs:
9494
- run: |
9595
cargo sort --check --workspace
9696
97+
typos:
98+
runs-on: ubuntu-latest
99+
steps:
100+
- uses: actions/checkout@v3
101+
- uses: crate-ci/typos@v1.16.23
102+
with:
103+
files: .
104+
97105
load_test:
98106
runs-on: ubuntu-latest
99107
steps:

_typos.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[files]
2+
extend-exclude = ["crates/gateway-test-fixtures/fixtures/contracts/*.json"]

0 commit comments

Comments
 (0)