We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 054c518 commit bdcb671Copy full SHA for bdcb671
.github/workflows/typos.yml
@@ -1,6 +1,7 @@
1
# SPDX-FileCopyrightText: Copyright (c) 2024-2025 Yegor Bugayenko
2
# SPDX-License-Identifier: MIT
3
---
4
+# yamllint disable rule:line-length
5
name: typos
6
'on':
7
push:
REUSE.toml
@@ -6,16 +6,19 @@ version = 1
path = [
".DS_Store",
8
".gitattributes",
9
- ".gitmodules",
10
".gitignore",
+ ".gitmodules",
11
".latexmkrc",
12
".texsc",
13
+ "**.jpg",
14
"**.json",
15
"**.md",
16
"**.pdf",
17
+ "**.png",
18
"**.txt",
19
"**/.DS_Store",
20
"**/.gitignore",
21
+ "**/.gitmodules",
22
"**/.latexmkrc",
23
"**/.texsc",
24
"**/*.csv",
0 commit comments