File tree Expand file tree Collapse file tree 3 files changed +27
-9
lines changed Expand file tree Collapse file tree 3 files changed +27
-9
lines changed Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: Copyright (c) 2017-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/[email protected]
Original file line number Diff line number Diff line change 1- * .iml
2- .DS_Store
31.classpath
2+ .DS_Store
43.idea
54.idea /
65.project
76.recommenders
87.settings
8+ * .iml
99/nbproject /
1010node_modules /
1111target /
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,14 +23,7 @@ path = [
1623 " **/*.svg" ,
1724 " **/*.txt" ,
1825 " **/*.vm" ,
19- " **/.DS_Store" ,
20- " **/.gitignore" ,
21- " **/.pdd" ,
2226 " **/CNAME" ,
23- " .DS_Store" ,
24- " .gitattributes" ,
25- " .gitignore" ,
26- " .pdd" ,
2727 " README.md" ,
2828 " renovate.json" ,
2929]
You can’t perform that action at this time.
0 commit comments