Skip to content

Commit f23989a

Browse files
committed
misc: Typos (ironically)
1 parent af8fd4a commit f23989a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
python -m pip install --upgrade pip
5959
pip install typos
6060
61-
- name: Lint codebase with flake8
61+
- name: Spellcheck the codebase with typos
6262
run: |
6363
typos --format json | python scripts/typos_json_to_gha.py
6464

scripts/typos_json_to_gha.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def main():
88

99
# Standard Github message template for CI annotations
1010
message_template = Template(
11-
'::error file=$path,line=$line_num,col=$byte_offset,endcol=$end_col,'
11+
'::error file=$path,line=$line_num,col=$byte_offset,endColumn=$end_col,'
1212
'title=$type::`$typo` should be $suggestions'
1313
)
1414

0 commit comments

Comments
 (0)