Skip to content

Commit 7bd0d47

Browse files
committed
typos
1 parent 211377f commit 7bd0d47

File tree

3 files changed

+28
-10
lines changed

3 files changed

+28
-10
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) 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/typos@v1.32.0

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
*.gem
2-
.DS_Store
31
.bundle/
2+
.DS_Store
43
.idea/
54
.yardoc/
6-
Gemfile.lock
5+
*.gem
76
coverage/
87
doc/
8+
Gemfile.lock
99
node_modules/
1010
rdoc/
1111
vendor/

REUSE.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,16 @@
44
version = 1
55
[[annotations]]
66
path = [
7+
".DS_Store",
8+
".gitattributes",
9+
".gitignore",
10+
".pdd",
711
"**.json",
812
"**.md",
913
"**.txt",
14+
"**/.DS_Store",
15+
"**/.gitignore",
16+
"**/.pdd",
1017
"**/*.csv",
1118
"**/*.jpg",
1219
"**/*.json",
@@ -16,15 +23,8 @@ path = [
1623
"**/*.svg",
1724
"**/*.txt",
1825
"**/*.vm",
19-
"**/.DS_Store",
20-
"**/.gitignore",
21-
"**/.pdd",
2226
"**/CNAME",
2327
"**/Gemfile.lock",
24-
".DS_Store",
25-
".gitattributes",
26-
".gitignore",
27-
".pdd",
2828
"Gemfile.lock",
2929
"README.md",
3030
"renovate.json",

0 commit comments

Comments
 (0)