File tree 2 files changed +23
-5
lines changed
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 4
4
version = 1
5
5
[[annotations ]]
6
6
path = [
7
+ " .DS_Store" ,
8
+ " .gitattributes" ,
9
+ " .gitignore" ,
7
10
" **.jpg" ,
8
11
" **.json" ,
9
12
" **.md" ,
10
13
" **.svg" ,
11
14
" **.txt" ,
15
+ " **/.DS_Store" ,
16
+ " **/.gitignore" ,
12
17
" **/*.csv" ,
13
18
" **/*.jpg" ,
14
19
" **/*.json" ,
@@ -18,12 +23,7 @@ path = [
18
23
" **/*.svg" ,
19
24
" **/*.txt" ,
20
25
" **/*.vm" ,
21
- " **/.DS_Store" ,
22
- " **/.gitignore" ,
23
26
" **/CNAME" ,
24
- " .DS_Store" ,
25
- " .gitattributes" ,
26
- " .gitignore" ,
27
27
" CNAME" ,
28
28
" README.md" ,
29
29
" renovate.json" ,
You can’t perform that action at this time.
0 commit comments