Skip to content

Commit 6bb1ab0

Browse files
committed
ci: add typos workflow
1 parent c287260 commit 6bb1ab0

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.github/workflows/typos.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
on:
2+
push:
3+
branches: [ master ]
4+
pull_request:
5+
merge_group:
6+
7+
name: Spelling Check
8+
9+
jobs:
10+
spelling:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Checkout sources
14+
uses: actions/checkout@v4
15+
- name: typos
16+
uses: crate-ci/typos@master

typos.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[default]
2+
extend-ignore-re = ["[Ss][Ii][Ee]", "[Ss][Xx][Ll]"]

0 commit comments

Comments
 (0)