Skip to content

Commit 777e32b

Browse files
author
davvd
committed
typo comment
1 parent 890910a commit 777e32b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/typos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# SPDX-FileCopyrightText: Copyright (c) 2018-2025 Zerocracy
22
# SPDX-License-Identifier: MIT
33
---
4+
# yamllint disable rule:line-length
45
name: typos
56
'on':
67
push:

REUSE.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
version = 1
55
[[annotations]]
66
path = [
7-
"src/site/resources/plantuml/architecture.plantuml",
8-
"src/test/resources/wallets/**",
9-
"src/test/resources/walletsIn/**",
107
".DS_Store",
118
".gitattributes",
129
".gitignore",
@@ -29,6 +26,9 @@ path = [
2926
"**/CNAME",
3027
"README.md",
3128
"renovate.json",
29+
"src/site/resources/plantuml/architecture.plantuml",
30+
"src/test/resources/wallets/**",
31+
"src/test/resources/walletsIn/**",
3232
]
3333
precedence = "override"
3434
SPDX-FileCopyrightText = "Copyright (c) 2025 Yegor Bugayenko"

0 commit comments

Comments
 (0)