Skip to content

Commit 6fa601e

Browse files
committed
typos
1 parent df9579c commit 6fa601e

File tree

3 files changed

+28
-8
lines changed

3 files changed

+28
-8
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) 2015-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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
*.iml
21
.DS_Store
32
.idea/
43
.sass-cache/
4+
*.iml
55
dist/
66
node_modules/
77
package-lock.json

REUSE.toml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,22 @@
44
version = 1
55
[[annotations]]
66
path = [
7+
".DS_Store",
8+
".gitattributes",
9+
".gitignore",
10+
".gitmodules",
711
".npmignore",
12+
".pdd",
813
".sasslintrc",
914
"**.json",
1015
"**.md",
1116
"**.png",
1217
"**.svg",
1318
"**.txt",
19+
"**/.DS_Store",
20+
"**/.gitignore",
21+
"**/.gitmodules",
22+
"**/.pdd",
1423
"**/*.csv",
1524
"**/*.jpg",
1625
"**/*.json",
@@ -20,14 +29,7 @@ path = [
2029
"**/*.svg",
2130
"**/*.txt",
2231
"**/*.vm",
23-
"**/.DS_Store",
24-
"**/.gitignore",
25-
"**/.pdd",
2632
"**/CNAME",
27-
".DS_Store",
28-
".gitattributes",
29-
".gitignore",
30-
".pdd",
3133
"README.md",
3234
"renovate.json",
3335
]

0 commit comments

Comments
 (0)