We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373d9ad commit 7e0bc8eCopy full SHA for 7e0bc8e
.github/workflows/lint.yml
@@ -23,19 +23,3 @@ jobs:
23
with:
24
globs: ${{ steps.changed-files.outputs.all_changed_files }}
25
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
35
- files: '**/*.md'
36
- separator: ","
37
- - uses: rojopolis/[email protected]
38
- name: Spellcheck
39
40
- source_files: ${{ steps.changed-files.outputs.all_changed_files }}
41
- task_name: Markdown
0 commit comments