Skip to content

Commit

Permalink
remove spellcheck job
Browse files Browse the repository at this point in the history
  • Loading branch information
vjdhama committed Sep 11, 2024
1 parent 373d9ad commit 7e0bc8e
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,3 @@ jobs:
with:
globs: ${{ steps.changed-files.outputs.all_changed_files }}
separator: ","
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: tj-actions/changed-files@v45
id: changed-files
with:
files: '**/*.md'
separator: ","
- uses: rojopolis/spellcheck-github-actions@0.41.0
name: Spellcheck
with:
source_files: ${{ steps.changed-files.outputs.all_changed_files }}
task_name: Markdown

0 comments on commit 7e0bc8e

Please sign in to comment.