Skip to content

Commit

Permalink
change spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvsadana committed Oct 7, 2024
1 parent 118fc1c commit faf12bf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 41 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: Spellcheck Action
on: push

name: Spell Check
on: [push, pull_request]
jobs:
build:
name: Spellcheck
spellcheck:
runs-on: ubuntu-latest
steps:
# The checkout step
- uses: actions/checkout@v3
- uses: rojopolis/spellcheck-github-actions@0.42.0
name: Spellcheck
- name: Install cspell
run: npm install -g cspell
- name: Run spell check
run: cspell "**/*.mdx"
25 changes: 0 additions & 25 deletions spellcheck.yml

This file was deleted.

8 changes: 0 additions & 8 deletions vale/writing-styles/madara-docs/AppStores.yml

This file was deleted.

0 comments on commit faf12bf

Please sign in to comment.