Skip to content

Commit c47f9de

Browse files
committed
ci: add typo check
1 parent 5c15c2f commit c47f9de

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

.github/workflows/spelling.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
- name: Spell Check Repo
19+
uses: crate-ci/typos@v1.39.0

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/sublime-color-scheme/assets/", "crates/vscode-theme-syntect/assets/", "crates/quellcode/data/themes/"]

0 commit comments

Comments
 (0)