File tree Expand file tree Collapse file tree 3 files changed +15
-18
lines changed Expand file tree Collapse file tree 3 files changed +15
-18
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-24.04
1717 steps :
1818 - uses : actions/checkout@v4
19- - uses : crate-ci/typos@master
19+ - uses : crate-ci/typos@v1.32.0
2020 with :
2121 config : ./.github/typos.toml
Original file line number Diff line number Diff line change 11.DS_Store
22.idea /
3+ .vscode /
4+ coverage /
5+ dist /
36node_modules /
47target /
5- vendor /
6- dist /
78temp /
8- coverage /
9- .vscode /
9+ vendor /
Original file line number Diff line number Diff line change 44version = 1
55[[annotations ]]
66path = [
7+ " .DS_Store" ,
8+ " .gitattributes" ,
9+ " .gitignore" ,
10+ " .pdd" ,
11+ " .xcop" ,
712 " **.json" ,
813 " **.md" ,
914 " **.png" ,
1015 " **.svg" ,
1116 " **.txt" ,
17+ " **/.DS_Store" ,
18+ " **/.gitignore" ,
19+ " **/.gitmodules" ,
20+ " **/.pdd" ,
21+ " **/.xcop" ,
1222 " **/*.csv" ,
1323 " **/*.jpg" ,
1424 " **/*.json" ,
@@ -19,22 +29,9 @@ path = [
1929 " **/*.svg" ,
2030 " **/*.txt" ,
2131 " **/*.vm" ,
22- " **/.DS_Store" ,
23- " **/.gitignore" ,
24- " **/.gitmodules" ,
25- " **/.pdd" ,
26- " **/.xcop" ,
2732 " **/CNAME" ,
2833 " **/Gemfile.lock" ,
2934 " **/Procfile" ,
30- " .DS_Store" ,
31- " .gitattributes" ,
32- " .gitignore" ,
33- " .gitmodules" ,
34- " .pdd" ,
35- " .xcop" ,
36- " Gemfile.lock" ,
37- " Procfile" ,
3835 " README.md" ,
3936]
4037precedence = " override"
You can’t perform that action at this time.
0 commit comments