Skip to content

Commit 7e8b391

Browse files
authored
ci: simplify spell check workflow (#363)
1 parent 1ee41f6 commit 7e8b391

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ jobs:
1212
spell-check:
1313
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/spell_check.yml@v1
1414
with:
15-
includes: |
16-
**/*.md
15+
includes: "**/*.md"
1716
modified_files_only: false
18-
verbose: true
1917

2018
pana:
2119
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)