Skip to content

Commit 68e02e6

Browse files
committed
fix
1 parent 6b80dde commit 68e02e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
run: pip install -r requirements.txt
2222
- name: Run tests
2323
run: pytest
24-
- uses: compiler-research/git-spell-check@master
24+
- uses: compiler-research/git-spell-check@${{ github.event.pull_request.base.ref }}
25+
with:
26+
debug: 1
2527
- name: Setup tmate session
2628
if: ${{ !cancelled() && runner.debug }}
2729
uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)