Skip to content

Commit f7a395d

Browse files
committed
remove source_files param from spellchecker
1 parent b74fa17 commit f7a395d

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/pr.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ jobs:
5656

5757
- name: spell_checker
5858
uses: rojopolis/[email protected]
59-
with:
60-
# check only draft and root as that is where the changes are
61-
source_files: ./draft/**/*.md *.md
62-
task_name: Markdown
6359

6460
export_draft:
6561
name: Export epub and pdf (Draft)

.github/workflows/release.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ jobs:
5656

5757
- name: spell_checker
5858
uses: rojopolis/[email protected]
59-
with:
60-
# check draft only as that is where the promotion comes from
61-
source_files: "./draft/**/*.md"
62-
task_name: Markdown
6359

6460
create_artifacts:
6561
name: Create artifacts

0 commit comments

Comments
 (0)