Skip to content

Commit

Permalink
ci: update spellcheck workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
olegshilov committed Jan 16, 2025
1 parent f3f9bff commit b59de72
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ on:

jobs:
spelling:
runs-on:
- ubuntu-latest
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Check Spelling
uses: check-spelling/[email protected]
uses: streetsidesoftware/cspell-action@v6
with:
files: '{docs,static,src}/**/*.{md,mdx,js,ts,jsx,tsx,yml,yaml,json}'

0 comments on commit b59de72

Please sign in to comment.