Skip to content

Commit bdcfb11

Browse files
committed
CI: add https://github.com/crate-ci/typos to check typos
Signed-off-by: Eval EXEC <[email protected]>
1 parent 6a6a8c2 commit bdcfb11

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/typos.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Spelling
2+
3+
permissions:
4+
contents: read
5+
6+
on:
7+
pull_request:
8+
types: [opened, synchronize, reopened]
9+
push:
10+
branches:
11+
- master
12+
- develop
13+
- "rc/*"
14+
merge_group: {}
15+
16+
env:
17+
CLICOLOR: 1
18+
19+
jobs:
20+
spelling:
21+
name: Spell Check with Typos
22+
runs-on: ubuntu-22.04
23+
steps:
24+
- name: Checkout Actions Repository
25+
uses: actions/checkout@v4
26+
- name: Spell Check Repo
27+
uses: crate-ci/[email protected]

0 commit comments

Comments
 (0)