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 7936d8c commit 598d710Copy full SHA for 598d710
.github/workflows/spelling.yml
@@ -40,15 +40,15 @@ jobs:
40
run: |
41
if [ "${{ github.event_name }}" == "pull_request" ]; then
42
CHANGED_FILES=$(git diff --name-only origin/${{ github.base_ref }}..HEAD -- \
43
- './*.{rst,md}' \
+ '*.rst' '*.md' \
44
'beginner_source/**/*.{py,rst,md}' \
45
'intermediate_source/**/*.{py,rst,md}' \
46
'advanced_source/**/*.{py,rst,md}' \
47
'recipes_source/**/*.{py,rst,md}' \
48
'prototype_source/**/*.{py,rst,md}')
49
else
50
CHANGED_FILES=$(git diff --name-only HEAD^..HEAD -- \
51
52
53
54
0 commit comments