We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b80dde commit 68e02e6Copy full SHA for 68e02e6
.github/workflows/test.yml
@@ -21,7 +21,9 @@ jobs:
21
run: pip install -r requirements.txt
22
- name: Run tests
23
run: pytest
24
- - uses: compiler-research/git-spell-check@master
+ - uses: compiler-research/git-spell-check@${{ github.event.pull_request.base.ref }}
25
+ with:
26
+ debug: 1
27
- name: Setup tmate session
28
if: ${{ !cancelled() && runner.debug }}
29
uses: mxschmitt/action-tmate@v3
0 commit comments