From f3400693d7e0991be101879a290b9b3c8599902e Mon Sep 17 00:00:00 2001 From: Gregory Horvath Date: Sat, 26 Oct 2024 01:25:10 -0400 Subject: [PATCH] fix: typo (#6) --- cspell.json | 11 +++++++++++ docs/github-workflows.md | 10 +++++----- 2 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 cspell.json diff --git a/cspell.json b/cspell.json new file mode 100644 index 0000000..126fcf7 --- /dev/null +++ b/cspell.json @@ -0,0 +1,11 @@ +{ + "version": "0.2", + "ignorePaths": [], + "dictionaryDefinitions": [], + "dictionaries": [], + "words": [ + "lycheeignore" + ], + "ignoreWords": [], + "import": [] +} diff --git a/docs/github-workflows.md b/docs/github-workflows.md index 581d962..42392bb 100644 --- a/docs/github-workflows.md +++ b/docs/github-workflows.md @@ -2,12 +2,12 @@ ## Table of Contents -- [Lychee Broken Link Check](#lychee-broken-link-check) +- [Lychee Link Check](#lychee-link-check) - [Commit Lint](#commit-lint) - [Label Lint](#label-lint) - [Secret Scanning](#secret-scanning) -## Lychee Broken Link Check +## Lychee Link Check Based on @@ -18,7 +18,7 @@ Key components: ├── .lycheeignore └── .github └── workflows - └── broken-link-check.yaml + └── link-check.yaml ``` The broken link check workflow scans the repository for any broken links in the documentation. This helps ensure that all links are valid and accessible, improving the overall quality and reliability of the project's documentation. @@ -58,8 +58,8 @@ The label lint workflow ensures that all pull requests have the appropriate labe For more information: -* -* +- +- Key components: