Skip to content

Commit

Permalink
fix: typo (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
gphorvath authored Oct 26, 2024
1 parent b368c69 commit f340069
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version": "0.2",
"ignorePaths": [],
"dictionaryDefinitions": [],
"dictionaries": [],
"words": [
"lycheeignore"
],
"ignoreWords": [],
"import": []
}
10 changes: 5 additions & 5 deletions docs/github-workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/lycheeverse/lychee-action>

Expand All @@ -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.
Expand Down Expand Up @@ -58,8 +58,8 @@ The label lint workflow ensures that all pull requests have the appropriate labe

For more information:

* <https://docs.github.com/en/code-security/secret-scanning>
* <https://github.com/trufflesecurity/trufflehog>
- <https://docs.github.com/en/code-security/secret-scanning>
- <https://github.com/trufflesecurity/trufflehog>

Key components:

Expand Down

0 comments on commit f340069

Please sign in to comment.