Skip to content

Commit 644d37e

Browse files
committed
typos
1 parent 39672e9 commit 644d37e

File tree

3 files changed

+27
-9
lines changed

3 files changed

+27
-9
lines changed

.github/workflows/typos.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
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/
1211
coverage/
1312
doc/
13+
Gemfile.lock
1414
node_modules/
1515
rdoc/
1616
vendor/

REUSE.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@
44
version = 1
55
[[annotations]]
66
path = [
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",

0 commit comments

Comments
 (0)