Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
svekars committed Jan 22, 2025
1 parent 59c545e commit 179e0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
new_matrix = []
for matrix in config['matrix']:
d # Check if the file extension matches the matrix name
# Check if the file extension matches the matrix name
if (('python' in matrix['name'].lower() and '$file'.endswith('.py')) or
('rest' in matrix['name'].lower() and '$file'.endswith('.rst')) or
('markdown' in matrix['name'].lower() and '$file'.endswith('.md'))):
Expand Down

0 comments on commit 179e0ec

Please sign in to comment.