Skip to content

Commit 179e0ec

Browse files
committed
Update
1 parent 59c545e commit 179e0ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spelling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
124124
new_matrix = []
125125
for matrix in config['matrix']:
126-
d # Check if the file extension matches the matrix name
126+
# Check if the file extension matches the matrix name
127127
if (('python' in matrix['name'].lower() and '$file'.endswith('.py')) or
128128
('rest' in matrix['name'].lower() and '$file'.endswith('.rst')) or
129129
('markdown' in matrix['name'].lower() and '$file'.endswith('.md'))):

0 commit comments

Comments
 (0)