Skip to content

Commit 53e7ac0

Browse files
committed
Add problem matcher to codespell workflow
This will annotate typos in PR diff views for easier review
1 parent a79063f commit 53e7ac0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/codespell.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ jobs:
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v4
22+
- name: Annotate locations with typos
23+
uses: codespell-project/codespell-problem-matcher@v1
2224
- name: Codespell
2325
uses: codespell-project/actions-codespell@v2

0 commit comments

Comments
 (0)