File tree Expand file tree Collapse file tree 3 files changed +25
-7
lines changed
Expand file tree Collapse file tree 3 files changed +25
-7
lines changed Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: Copyright (c) 2022-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.mvn /wrapper /maven-wrapper.jar
76.project
87.recommenders
98.settings
9+ * .iml
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" ,
710 " **.json" ,
811 " **.md" ,
912 " **.txt" ,
13+ " **/.DS_Store" ,
14+ " **/.gitignore" ,
1015 " **/*.csv" ,
1116 " **/*.jpg" ,
1217 " **/*.json" ,
@@ -16,12 +21,7 @@ path = [
1621 " **/*.svg" ,
1722 " **/*.txt" ,
1823 " **/*.vm" ,
19- " **/.DS_Store" ,
20- " **/.gitignore" ,
2124 " **/CNAME" ,
22- " .DS_Store" ,
23- " .gitattributes" ,
24- " .gitignore" ,
2525 " README.md" ,
2626 " renovate.json" ,
2727]
You can’t perform that action at this time.
0 commit comments