Skip to content

Commit 6064e66

Browse files
committed
misc: Typos (ironically)
1 parent 314e98d commit 6064e66

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

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

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)