From 2f52c38331fb996f203922c2a2289d5411877f0f Mon Sep 17 00:00:00 2001 From: Cla Date: Fri, 9 Feb 2024 07:21:08 +0100 Subject: [PATCH] Test for cspell Introduce a few spelling mistakes and remove a word from project-words to test cspell. --- .cspell/project-words.txt | 1 - .github/actions/shellcheck/action.yml | 2 +- README.md | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.cspell/project-words.txt b/.cspell/project-words.txt index 56270e3..ddb491c 100644 --- a/.cspell/project-words.txt +++ b/.cspell/project-words.txt @@ -1,5 +1,4 @@ gitlint -gitspell shellcheck shfmt yamlfix diff --git a/.github/actions/shellcheck/action.yml b/.github/actions/shellcheck/action.yml index 6213323..125e3c0 100644 --- a/.github/actions/shellcheck/action.yml +++ b/.github/actions/shellcheck/action.yml @@ -1,6 +1,6 @@ --- name: shellcheck -description: Checks all shell scripts in repo +description: Checks all shellscripts in repo runs: using: composite steps: diff --git a/README.md b/README.md index ed953a9..76e9ff1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # elo.h -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. +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 probebly could also just copy them. # Goals