Skip to content

Commit 03b24e2

Browse files
committed
typos CI
1 parent cbe680d commit 03b24e2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/typos.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Typos Check
2+
on:
3+
pull_request:
4+
workflow_dispatch:
5+
6+
jobs:
7+
run:
8+
name: Spell Check with Typos
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Checkout Actions Repository
12+
uses: actions/checkout@v4
13+
14+
- name: Check spelling
15+
uses: crate-ci/typos@master
16+
with:
17+
config: ./_typos.toml

0 commit comments

Comments
 (0)