Skip to content

Commit c6d0fc9

Browse files
committed
squash: consolidate more linters
1 parent cb5410e commit c6d0fc9

File tree

2 files changed

+12
-20
lines changed

2 files changed

+12
-20
lines changed

.github/workflows/check-spelling.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/ci-markdown.yml renamed to .github/workflows/ci-markdown-checks.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,15 @@ jobs:
3939
github_token: ${{ secrets.GITHUB_TOKEN }}
4040
reporter: github-pr-review
4141
fail_on_error: true
42+
43+
spelling-check:
44+
name: Spelling Check
45+
runs-on: ubuntu-latest
46+
steps:
47+
- uses: actions/checkout@v5
48+
- uses: streetsidesoftware/cspell-action@v7
49+
with:
50+
# Files should be consistent with check:spelling files
51+
files: |
52+
**/*.md
53+
config: .cspell.yml

0 commit comments

Comments
 (0)