File tree Expand file tree Collapse file tree 3 files changed +26
-8
lines changed
Expand file tree Collapse file tree 3 files changed +26
-8
lines changed Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: Copyright (c) 2014-2025, stateful.co
2+ # SPDX-License-Identifier: MIT
3+ ---
4+ name : typos
5+ ' on ' :
6+ push :
7+ branches :
8+ - master
9+ pull_request :
10+ branches :
11+ - master
12+ jobs :
13+ typos :
14+ timeout-minutes : 15
15+ runs-on : ubuntu-24.04
16+ steps :
17+ - uses : actions/checkout@v4
18+ - uses : crate-ci/typos@v1.32.0
Original file line number Diff line number Diff line change 1- * .iml
21.DS_Store
32.idea /
3+ * .iml
44node_modules /
55target /
Original file line number Diff line number Diff line change 44version = 1
55[[annotations ]]
66path = [
7+ " .DS_Store" ,
8+ " .gitattributes" ,
9+ " .gitignore" ,
10+ " .pdd" ,
711 " **.json" ,
812 " **.md" ,
913 " **.txt" ,
1014 " **.vm" ,
15+ " **/.DS_Store" ,
16+ " **/.gitignore" ,
17+ " **/.pdd" ,
1118 " **/*.csv" ,
1219 " **/*.jpg" ,
1320 " **/*.json" ,
@@ -17,15 +24,8 @@ path = [
1724 " **/*.svg" ,
1825 " **/*.txt" ,
1926 " **/*.vm" ,
20- " **/.DS_Store" ,
21- " **/.gitignore" ,
22- " **/.pdd" ,
2327 " **/CNAME" ,
2428 " **/MANIFEST.MF" ,
25- " .DS_Store" ,
26- " .gitattributes" ,
27- " .gitignore" ,
28- " .pdd" ,
2929 " CNAME" ,
3030 " MANIFEST.MF" ,
3131 " README.md" ,
You can’t perform that action at this time.
0 commit comments