Skip to content

Commit

Permalink
added
Browse files Browse the repository at this point in the history
  • Loading branch information
sailajakommineni committed Oct 19, 2023
1 parent d55f955 commit 467a1d2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/check_spell.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
on:

pull_request:

types: [opened, reopened,update]

jobs:
check-spell:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Spellcheck
uses: check-spelling/check-spelling@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
languages: en
files: |
README.md
docs/**/*.md

0 comments on commit 467a1d2

Please sign in to comment.