Skip to content

Commit 3efab63

Browse files
committed
typos
1 parent ce9b8c3 commit 3efab63

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) 2011-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/[email protected]

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
*.iml
2-
.DS_Store
31
.classpath
2+
.DS_Store
43
.idea
54
.idea/
65
.project
76
.settings/
7+
*.iml
88
/bin
99
local-repo/
1010
node_modules/

REUSE.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,19 @@
44
version = 1
55
[[annotations]]
66
path = [
7+
".DS_Store",
8+
".gitattributes",
9+
".gitignore",
10+
".pdd",
711
"**.fml",
812
"**.json",
913
"**.md",
1014
"**.svg",
1115
"**.txt",
1216
"**.vm",
17+
"**/.DS_Store",
18+
"**/.gitignore",
19+
"**/.pdd",
1320
"**/*.csv",
1421
"**/*.fml",
1522
"**/*.jpg",
@@ -20,18 +27,11 @@ path = [
2027
"**/*.svg",
2128
"**/*.txt",
2229
"**/*.vm",
23-
"**/.DS_Store",
24-
"**/.gitignore",
25-
"**/.pdd",
2630
"**/CNAME",
27-
".DS_Store",
28-
".gitattributes",
29-
".gitignore",
30-
".pdd",
3131
"CNAME",
32-
"README.md",
3332
"qulice-checkstyle/src/test/resources/**.java",
3433
"qulice-maven-plugin/src/it/**.java",
34+
"README.md",
3535
"renovate.json",
3636
]
3737
precedence = "override"

0 commit comments

Comments
 (0)