Skip to content

Commit 7e0bc8e

Browse files
committed
remove spellcheck job
1 parent 373d9ad commit 7e0bc8e

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,3 @@ jobs:
2323
with:
2424
globs: ${{ steps.changed-files.outputs.all_changed_files }}
2525
separator: ","
26-
spellcheck:
27-
runs-on: ubuntu-latest
28-
steps:
29-
- uses: actions/checkout@v4
30-
with:
31-
fetch-depth: 0
32-
- uses: tj-actions/changed-files@v45
33-
id: changed-files
34-
with:
35-
files: '**/*.md'
36-
separator: ","
37-
- uses: rojopolis/spellcheck-github-actions@0.41.0
38-
name: Spellcheck
39-
with:
40-
source_files: ${{ steps.changed-files.outputs.all_changed_files }}
41-
task_name: Markdown

0 commit comments

Comments
 (0)