Skip to content

Commit

Permalink
modified
Browse files Browse the repository at this point in the history
  • Loading branch information
sailajakommineni committed Nov 24, 2023
1 parent d819de3 commit c02a36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# Print grammar errors with line numbers
if matches:
for match in matches:
print(f"Grammar error at {line_range} - {match.message}")
print(f"Grammar error at line {match.line} - {match.message}")
# Exit with a non-zero code to indicate failure
exit(1)

Expand Down

0 comments on commit c02a36a

Please sign in to comment.