Skip to content

Commit a6487f8

Browse files
committed
Add ci
1 parent 8b92a24 commit a6487f8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.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)