Skip to content

Commit 1cf4d3d

Browse files
committed
Test for cspell
Introduce a few spelling mistakes and remove a word from project-words to test cspell.
1 parent 524d074 commit 1cf4d3d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.cspell/project-words.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
gitlint
2-
gitspell
32
shellcheck
43
shfmt
54
yamlfix

.github/actions/shellcheck/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: shellcheck
3-
description: Checks all shell scripts in repo
3+
description: Checks all shellscripts in repo
44
runs:
55
using: composite
66
steps:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# elo.h
22

3-
A simple library to compute [elo ratings](.https://en.wikipedia.org/wiki/Elo_rating_system). This is for educational purpose and licensed under MIT/public domain so you may use it. But the formulas are very simple so you probably could also just copy them.
3+
A simple library to compute [elo ratings](.https://en.wikipedia.org/wiki/Elo_rating_system). This is for educational purpose and licensed under MIT/public domain so you may use it. But the formulas are very simple so you
4+
probebly could also just copy them.
45

56
# Goals
67

0 commit comments

Comments
 (0)