Skip to content

Commit 3bad51e

Browse files
committed
typos
1 parent 23b91d6 commit 3bad51e

File tree

2 files changed

+23
-5
lines changed

2 files changed

+23
-5
lines changed

.github/workflows/typos.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# SPDX-FileCopyrightText: Copyright (c) 2024-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

REUSE.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,16 @@
44
version = 1
55
[[annotations]]
66
path = [
7+
".DS_Store",
8+
".gitattributes",
9+
".gitignore",
710
"**.jpg",
811
"**.json",
912
"**.md",
1013
"**.svg",
1114
"**.txt",
15+
"**/.DS_Store",
16+
"**/.gitignore",
1217
"**/*.csv",
1318
"**/*.jpg",
1419
"**/*.json",
@@ -18,12 +23,7 @@ path = [
1823
"**/*.svg",
1924
"**/*.txt",
2025
"**/*.vm",
21-
"**/.DS_Store",
22-
"**/.gitignore",
2326
"**/CNAME",
24-
".DS_Store",
25-
".gitattributes",
26-
".gitignore",
2727
"CNAME",
2828
"README.md",
2929
"renovate.json",

0 commit comments

Comments
 (0)