We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a1d472 commit 2e46c97Copy full SHA for 2e46c97
.github/workflows/typos.yml
@@ -1,6 +1,7 @@
1
# SPDX-FileCopyrightText: Copyright (c) 2021-2025 Yegor Bugayenko
2
# SPDX-License-Identifier: MIT
3
---
4
+# yamllint disable rule:line-length
5
name: typos
6
'on':
7
push:
REUSE.toml
@@ -4,7 +4,6 @@
version = 1
[[annotations]]
path = [
- "xlsx/kaicode-2024.xlsx",
8
".DS_Store",
9
".gitattributes",
10
".gitignore",
@@ -31,6 +30,7 @@ path = [
31
30
"Gemfile.lock",
32
"README.md",
33
"renovate.json",
+ "xlsx/kaicode-2024.xlsx",
34
]
35
precedence = "override"
36
SPDX-FileCopyrightText = "Copyright (c) 2025 Yegor Bugayenko"
0 commit comments