Skip to content

Commit 75375d2

Browse files
authored
Create tmate.yml
1 parent 3bd83d4 commit 75375d2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/tmate.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Ubuntu
2+
on:
3+
workflow_dispatch:
4+
jobs:
5+
build:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- name: Setup Debug Session
9+
uses: csexton/debugger-action@master

0 commit comments

Comments
 (0)