Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixNicolaeBucsa committed Sep 13, 2024
1 parent 1e0f9b9 commit c8f620b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .github/spelling.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
files:
- '**/*.mdx'
ignore:
- '**/node_modules/**'
- '**/vendor/**'
- '**/*.jpg'
- '**/*.png'
- '**/*.gif'
9 changes: 5 additions & 4 deletions .github/workflows/spell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Check Spelling
permissions:
contents: read
pull-requests: read
pull-requests: write
actions: read
security-events: write
runs-on: ubuntu-latest
Expand All @@ -30,9 +30,10 @@ jobs:
with:
python-version: '3.x'

- name: Install dependencies
run: |
pip install check-spelling
- name: Install check-spelling tool
uses: check-spelling/check-spelling@v1
with:
config: .github/spelling.yml

- name: Run spell check
id: spell-check
Expand Down

0 comments on commit c8f620b

Please sign in to comment.