File tree Expand file tree Collapse file tree 2 files changed +23
-5
lines changed Expand file tree Collapse file tree 2 files changed +23
-5
lines changed Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: Copyright (c) 2024-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 44version = 1
55[[annotations ]]
66path = [
7+ " .DS_Store" ,
8+ " .gitattributes" ,
9+ " .gitignore" ,
710 " **.jpg" ,
811 " **.json" ,
912 " **.md" ,
1013 " **.svg" ,
1114 " **.txt" ,
15+ " **/.DS_Store" ,
16+ " **/.gitignore" ,
1217 " **/*.csv" ,
1318 " **/*.jpg" ,
1419 " **/*.json" ,
@@ -18,12 +23,7 @@ path = [
1823 " **/*.svg" ,
1924 " **/*.txt" ,
2025 " **/*.vm" ,
21- " **/.DS_Store" ,
22- " **/.gitignore" ,
2326 " **/CNAME" ,
24- " .DS_Store" ,
25- " .gitattributes" ,
26- " .gitignore" ,
2727 " CNAME" ,
2828 " README.md" ,
2929 " renovate.json" ,
You can’t perform that action at this time.
0 commit comments