Skip to content

Commit cd4f754

Browse files
committed
add a tmate session
1 parent e1b60e3 commit cd4f754

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/tmate.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: CI
2+
on: [push]
3+
jobs:
4+
build:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@v4
8+
- name: Setup tmate session
9+
uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)