File tree Expand file tree Collapse file tree 3 files changed +27
-9
lines changed Expand file tree Collapse file tree 3 files changed +27
-9
lines changed Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: Copyright (c) 2022-2025 Objectionary.com
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 1- .DS_Store
1+ _site
2+ _temp /
23.bundle /
4+ .DS_Store
35.idea
46.idea /
57.jekyll-cache /
68.jekyll-metadata
79.sass-cache
810.yardoc /
9- Gemfile.lock
10- _site
11- _temp /
1211coverage /
1312doc /
13+ Gemfile.lock
1414node_modules /
1515rdoc /
1616vendor /
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 " **.svg" ,
1013 " **.txt" ,
14+ " **/.DS_Store" ,
15+ " **/.gitignore" ,
1116 " **/*.csv" ,
1217 " **/*.jpg" ,
1318 " **/*.json" ,
@@ -17,13 +22,8 @@ path = [
1722 " **/*.svg" ,
1823 " **/*.txt" ,
1924 " **/*.vm" ,
20- " **/.DS_Store" ,
21- " **/.gitignore" ,
2225 " **/CNAME" ,
2326 " **/Gemfile.lock" ,
24- " .DS_Store" ,
25- " .gitattributes" ,
26- " .gitignore" ,
2727 " CNAME" ,
2828 " Gemfile.lock" ,
2929 " README.md" ,
You can’t perform that action at this time.
0 commit comments