We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc196c commit 2668ae8Copy full SHA for 2668ae8
.github/workflows/typos.yml
@@ -0,0 +1,16 @@
1
+name: Typos
2
+
3
+on:
4
+ workflow_dispatch:
5
+ push:
6
+ branches: [src]
7
+ pull_request:
8
9
10
+jobs:
11
+ typos:
12
+ name: Check
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - uses: actions/checkout@v4
16
+ - uses: crate-ci/[email protected]
.typos.toml
@@ -0,0 +1,14 @@
+[default]
+extend-ignore-re = [
+ "JodChild",
+ "JodGroupChild",
+ "Lukas Wirth",
+ "\\*\\*S\\*\\*tructural \\*\\*S\\*\\*earch \\*\\*R\\*\\*eplace",
+]
+[files]
+extend-exclude = [
+ "css/*.min.css",
+ "css/*.css.map",
+ "fonts/*",
0 commit comments