Skip to content

Commit

Permalink
modified
Browse files Browse the repository at this point in the history
  • Loading branch information
sailajakommineni committed Nov 29, 2023
1 parent 0b4ab8a commit 557afea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spellcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "**"
pull_request:
paths:
- 'docs'
- 'docs/**/*.md'
types: [opened, edited, updated]

env:
Expand Down Expand Up @@ -34,5 +34,5 @@ jobs:
uses: rojopolis/[email protected]
with:
config_path: .github/.spellcheck.yaml
source_files: 'docs/source/compatibilitytable.md' # name of the file to check spell
source_files: 'docs/source/contributing.md' # name of the file to check spell
task_name: Markdown

0 comments on commit 557afea

Please sign in to comment.