Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add CI for Spell Checking #10637

Open
wants to merge 59 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
ab9eeab
Create spellcheck.yml
youyyytrok Dec 20, 2024
4394461
Create .codespell-ignore
youyyytrok Dec 20, 2024
54df1ae
Update spellcheck.yml
youyyytrok Dec 20, 2024
85e2a74
Update spellcheck.yml
youyyytrok Dec 20, 2024
2f7a59d
Update spellcheck.yml
youyyytrok Dec 20, 2024
00b5dd6
Update .codespell-ignore
youyyytrok Dec 20, 2024
8c56127
add words .codespell-ignore
youyyytrok Dec 20, 2024
d377756
Merge pull request #1 from youyyytrok/ci-typos
youyyytrok Dec 20, 2024
d30891a
Update spellcheck.yml
youyyytrok Dec 20, 2024
d13ca3d
Update spellcheck.yml
youyyytrok Dec 20, 2024
70f8da4
Update spellcheck.yml
youyyytrok Dec 20, 2024
d6be428
Update spellcheck.yml
youyyytrok Dec 20, 2024
a92ad5b
Update spellcheck.yml
youyyytrok Dec 20, 2024
70a4771
Update spellcheck.yml
youyyytrok Dec 20, 2024
f5dd079
Update spellcheck.yml
youyyytrok Dec 20, 2024
024568c
Update spellcheck.yml
youyyytrok Dec 20, 2024
5fc1d8a
Update spellcheck.yml
youyyytrok Dec 20, 2024
1dd0ecc
Update spellcheck.yml
youyyytrok Dec 20, 2024
69b2ec2
typo files.go
youyyytrok Dec 20, 2024
5ac52d0
typo version.go
youyyytrok Dec 20, 2024
41f3dc8
typo unixfs.go
youyyytrok Dec 20, 2024
07bc711
typos config.md
youyyytrok Dec 20, 2024
ba6187d
typos v0.10.md
youyyytrok Dec 20, 2024
6e7d8d9
typo v0.11.md
youyyytrok Dec 20, 2024
4d1d3ca
typo v0.12.md
youyyytrok Dec 20, 2024
e518b0b
typo v0.14.md
youyyytrok Dec 20, 2024
8f99097
typos v0.16.md
youyyytrok Dec 20, 2024
e4690a2
typos v0.18.md
youyyytrok Dec 20, 2024
7c46ff6
typos v0.19.md
youyyytrok Dec 20, 2024
b899f7a
typos v0.21.md
youyyytrok Dec 20, 2024
0ece88e
Update .codespell-ignore
youyyytrok Dec 20, 2024
1d33d1c
typos v0.23.md
youyyytrok Dec 20, 2024
17e5294
typo v0.24.md
youyyytrok Dec 20, 2024
52981ba
typo v0.25.md
youyyytrok Dec 20, 2024
197dd2b
typo v0.27.md
youyyytrok Dec 20, 2024
f64cc45
typo v0.29.md
youyyytrok Dec 20, 2024
bb7883e
typos v0.30.md
youyyytrok Dec 20, 2024
87e2dec
typos v0.33.md
youyyytrok Dec 20, 2024
67890e4
typos v0.4.md
youyyytrok Dec 20, 2024
f81d2c8
tyo v0.5.md
youyyytrok Dec 20, 2024
ea534da
typos v0.6.md
youyyytrok Dec 20, 2024
a214394
typos v0.7.md
youyyytrok Dec 20, 2024
b28271d
typos v0.9.md
youyyytrok Dec 20, 2024
d987b06
typo version.go
youyyytrok Dec 20, 2024
5ecbd46
typo t0040-add-and-cat.sh
youyyytrok Dec 20, 2024
054f464
typos t0114-gateway-subdomains.sh
youyyytrok Dec 20, 2024
41ec4cf
typo t0121-bootstrap-iptb.sh
youyyytrok Dec 20, 2024
bbee10b
typo t0182-circuit-relay.sh
youyyytrok Dec 20, 2024
1d28a42
typo run.sh
youyyytrok Dec 20, 2024
742aec9
Update .codespell-ignore
youyyytrok Dec 20, 2024
ae08a77
typos test-lib.sh
youyyytrok Dec 20, 2024
965b141
Update spellcheck.yml
youyyytrok Dec 20, 2024
99c6cd3
Merge branch 'master' into ci-spell
youyyytrok Dec 20, 2024
b728401
Merge branch 'master' into ci-spell
lidel Jan 15, 2025
3af7155
Fix CID's t0040-add-and-cat.sh
youyyytrok Jan 15, 2025
52e6414
Merge branch 'master' into ci-spell
lidel Jan 22, 2025
c002d3c
Update spellcheck.yml
youyyytrok Jan 25, 2025
5cd35f6
Update .codespell-ignore
youyyytrok Jan 25, 2025
df1d0fd
Merge branch 'master' into ci-spell
youyyytrok Jan 25, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update spellcheck.yml
youyyytrok authored Dec 20, 2024
commit 1dd0eccb5c4e8d56b6ccef9a2487a199c8f4845c
5 changes: 4 additions & 1 deletion .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -21,4 +21,7 @@ jobs:
run: |
codespell \
--ignore-words=.codespell-ignore \
--skip="*.mod,*.sum,*.pdf,./test/sharness/t0275-cid-security-data,./test/sharness/t0280-plugin-dag-jose-data,./bin"
--skip="
*.mod,*.sum,*.pdf,
./test/sharness/t0275-cid-security-data,./test/sharness/t0280-plugin-dag-jose-data,./bin,./docs/AUTHORS
"