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 59c545e commit 179e0ecCopy full SHA for 179e0ec
.github/workflows/spelling.yml
@@ -123,7 +123,7 @@ jobs:
123
124
new_matrix = []
125
for matrix in config['matrix']:
126
- d # Check if the file extension matches the matrix name
+ # Check if the file extension matches the matrix name
127
if (('python' in matrix['name'].lower() and '$file'.endswith('.py')) or
128
('rest' in matrix['name'].lower() and '$file'.endswith('.rst')) or
129
('markdown' in matrix['name'].lower() and '$file'.endswith('.md'))):
0 commit comments