mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
tmate debugging tool
This commit is contained in:
parent
c0249525d7
commit
26de3a18bc
1 changed files with 12 additions and 0 deletions
12
.github/workflows/tmate.yml
vendored
Normal file
12
.github/workflows/tmate.yml
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
name: tmate session
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: Setup tmate session
|
||||||
|
uses: mxschmitt/action-tmate@v3
|
||||||
Loading…
Add table
Add a link
Reference in a new issue