Skip to content

Commit

Permalink
modified
Browse files Browse the repository at this point in the history
  • Loading branch information
sailajakommineni committed Nov 28, 2023
1 parent d0e23ba commit 288e24d
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/**'
types: [opened, edited, updated]

env:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
directory_path = 'docs'
# Read the text from your file
file_path = 'docs/*.md' # Update the path accordingly
file_path = 'docs**/*.md' # Update the path accordingly
with open(file_path, 'r', encoding='utf-8') as file:
text = file.read()
Expand Down

0 comments on commit 288e24d

Please sign in to comment.