Skip to content

Commit d5ffb0b

Browse files
authored
Add debug flag to spelling.yml
1 parent 5d4f3c4 commit d5ffb0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/spelling.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
with:
2020
python-version: 3.11
2121
- uses: compiler-research/git-spell-check@master
22+
with:
23+
debug: 1
2224
- name: Setup tmate session
2325
if: ${{ !cancelled() && runner.debug }}
2426
uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)