Skip to content

Commit 85584ce

Browse files
author
Brian Kohan
committed
add debug workflow
1 parent 961a449 commit 85584ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/lint.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ jobs:
4545
poetry run pip install --upgrade pip
4646
poetry install
4747
poetry run pip install -U "django~=${{ matrix.django-version }}"
48+
- name: Setup tmate session
49+
uses: mxschmitt/action-tmate@v3
50+
with:
51+
detached: true
52+
timeout-minutes: 60
4853
- name: Run Static Analysis
4954
run: |
5055
source .venv/bin/activate

0 commit comments

Comments
 (0)