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 961a449 commit 85584ceCopy full SHA for 85584ce
.github/workflows/lint.yml
@@ -45,6 +45,11 @@ jobs:
45
poetry run pip install --upgrade pip
46
poetry install
47
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
53
- name: Run Static Analysis
54
run: |
55
source .venv/bin/activate
0 commit comments