Skip to content

Commit f021c42

Browse files
committed
CI: add spellchecks with typos
1 parent 1e11fbb commit f021c42

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/workflows/spellcheck.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Spelling
2+
3+
permissions:
4+
contents: read
5+
6+
on: [pull_request]
7+
8+
env:
9+
CLICOLOR: 1
10+
11+
jobs:
12+
spelling:
13+
name: Spell Check with Typos
14+
runs-on: ubuntu-latest
15+
steps:
16+
- name: Checkout Actions Repository
17+
uses: actions/checkout@v4
18+
19+
- name: Spell Check Repo
20+
uses: crate-ci/typos@v1.33.1
21+
with:
22+
files: docs/**/**/*.md docs/**/**/*.mdx

0 commit comments

Comments
 (0)