Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
- name: Run tests
run: pytest
- uses: compiler-research/git-spell-check@master
with:
debug: 1
- name: Dump GitHub context
if: ${{ failure() }}
run: echo "${{ toJSON(github) }}"
- name: Setup tmate session
if: ${{ !cancelled() && runner.debug }}
uses: mxschmitt/action-tmate@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# git-spell-check

Run a spell checker **only on changed lines in pull requests**.
Run aaa spell checker **only on changed lines in pull requests**.

Check failure on line 3 in README.md

View workflow job for this annotation

GitHub Actions / test

Possible typo: 'aaa' in line: Run aaa spell checker **only on changed lines in pull requests**.

## Features

Expand Down
1 change: 1 addition & 0 deletions test/2025-05-18-AAA.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
asd

Check failure on line 1 in test/2025-05-18-AAA.md

View workflow job for this annotation

GitHub Actions / test

Possible typo: 'asd' in line: asd
Loading