File tree Expand file tree Collapse file tree 3 files changed +28
-8
lines changed
Expand file tree Collapse file tree 3 files changed +28
-8
lines changed Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: Copyright (c) 2015-2025 Yegor Bugayenko
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 /
43.sass-cache /
4+ * .iml
55dist /
66node_modules /
77package-lock.json
Original file line number Diff line number Diff line change 44version = 1
55[[annotations ]]
66path = [
7+ " .DS_Store" ,
8+ " .gitattributes" ,
9+ " .gitignore" ,
10+ " .gitmodules" ,
711 " .npmignore" ,
12+ " .pdd" ,
813 " .sasslintrc" ,
914 " **.json" ,
1015 " **.md" ,
1116 " **.png" ,
1217 " **.svg" ,
1318 " **.txt" ,
19+ " **/.DS_Store" ,
20+ " **/.gitignore" ,
21+ " **/.gitmodules" ,
22+ " **/.pdd" ,
1423 " **/*.csv" ,
1524 " **/*.jpg" ,
1625 " **/*.json" ,
@@ -20,14 +29,7 @@ path = [
2029 " **/*.svg" ,
2130 " **/*.txt" ,
2231 " **/*.vm" ,
23- " **/.DS_Store" ,
24- " **/.gitignore" ,
25- " **/.pdd" ,
2632 " **/CNAME" ,
27- " .DS_Store" ,
28- " .gitattributes" ,
29- " .gitignore" ,
30- " .pdd" ,
3133 " README.md" ,
3234 " renovate.json" ,
3335]
You can’t perform that action at this time.
0 commit comments