File tree Expand file tree Collapse file tree 5 files changed +30
-11
lines changed Expand file tree Collapse file tree 5 files changed +30
-11
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/[email protected]
Original file line number Diff line number Diff line change 1
- * .gem
2
- .DS_Store
3
1
.bundle /
2
+ .DS_Store
4
3
.idea /
5
4
.yardoc /
6
- Gemfile.lock
5
+ * .gem
7
6
coverage /
8
7
doc /
8
+ Gemfile.lock
9
9
node_modules /
10
10
rdoc /
11
11
vendor /
Original file line number Diff line number Diff line change @@ -28,3 +28,4 @@ Style/ClassAndModuleChildren:
28
28
Enabled : false
29
29
Layout/EmptyLineAfterGuardClause :
30
30
Enabled : false
31
+ require : []
Original file line number Diff line number Diff line change 6
6
source 'https://rubygems.org'
7
7
gemspec
8
8
9
- gem 'kramdown-parser-gfm' , '1.1.0 ' , require : false
9
+ gem 'kramdown-parser-gfm' , '~> 1.1' , require : false
10
10
gem 'minitest' , '~>5.25' , require : false
11
11
gem 'minitest-reporters' , '~>1.7' , require : false
12
12
gem 'rake' , '~>13.2' , require : false
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" ,
10
+ " .pdd" ,
7
11
" **.json" ,
8
12
" **.md" ,
9
13
" **.png" ,
10
14
" **.svg" ,
11
15
" **.txt" ,
16
+ " **/.DS_Store" ,
17
+ " **/.gitignore" ,
18
+ " **/.pdd" ,
12
19
" **/*.csv" ,
13
20
" **/*.jpg" ,
14
21
" **/*.json" ,
@@ -18,15 +25,8 @@ path = [
18
25
" **/*.svg" ,
19
26
" **/*.txt" ,
20
27
" **/*.vm" ,
21
- " **/.DS_Store" ,
22
- " **/.gitignore" ,
23
- " **/.pdd" ,
24
28
" **/CNAME" ,
25
29
" **/Gemfile.lock" ,
26
- " .DS_Store" ,
27
- " .gitattributes" ,
28
- " .gitignore" ,
29
- " .pdd" ,
30
30
" Gemfile.lock" ,
31
31
" README.md" ,
32
32
" renovate.json" ,
You can’t perform that action at this time.
0 commit comments