Skip to content

Commit

Permalink
modified
Browse files Browse the repository at this point in the history
  • Loading branch information
sailajakommineni committed Nov 16, 2023
1 parent bdc97f9 commit 9fb5821
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/spellcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: spell and grammer check
on:
pull_request:
paths:
- "docs" # provide name of the file or folder
- ".github/checking.txt" # provide name of the file or folder

env:
SPELL_CHECK_DISABLED: false
Expand Down Expand Up @@ -34,11 +34,9 @@ jobs:
uses: rojopolis/[email protected]
with:
config_path: .github/.spellcheck.yaml
source_files: "docs" # name of the file to check spell
source_files: ".github/checking.txt" # 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
if: ${{ env.GRAMMAR_CHECK_DISABLED == 'false' }}
run: python grammar_check.py


0 comments on commit 9fb5821

Please sign in to comment.