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 288e24d commit 134dacb
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 @@ -36,7 +36,7 @@ jobs:
uses: rojopolis/[email protected]
with:
config_path: .github/.spellcheck.yaml
source_files: "docs**/*.md" # name of the file to check spell
source_files: "docs/**/*.md" # name of the file to check spell
task_name: Markdown
# To check the grammatical mistakes of the given files and folders.
- name: Run grammar check
Expand All @@ -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 134dacb

Please sign in to comment.