File tree Expand file tree Collapse file tree 3 files changed +28
-10
lines changed Expand file tree Collapse file tree 3 files changed +28
-10
lines changed Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: Copyright (c) 2014-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- * .gem
2- .DS_Store
31.bundle /
2+ .DS_Store
43.idea /
54.yardoc /
6- Gemfile.lock
5+ * .gem
76coverage /
87doc /
8+ Gemfile.lock
99node_modules /
1010rdoc /
1111vendor /
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" ,
14+ " **/.DS_Store" ,
15+ " **/.gitignore" ,
16+ " **/.pdd" ,
1017 " **/*.csv" ,
1118 " **/*.jpg" ,
1219 " **/*.json" ,
@@ -16,15 +23,8 @@ path = [
1623 " **/*.svg" ,
1724 " **/*.txt" ,
1825 " **/*.vm" ,
19- " **/.DS_Store" ,
20- " **/.gitignore" ,
21- " **/.pdd" ,
2226 " **/CNAME" ,
2327 " **/Gemfile.lock" ,
24- " .DS_Store" ,
25- " .gitattributes" ,
26- " .gitignore" ,
27- " .pdd" ,
2828 " Gemfile.lock" ,
2929 " README.md" ,
3030 " renovate.json" ,
You can’t perform that action at this time.
0 commit comments