From f378a35b47c2d8f12a6a21eafbd56dfbb9bd08e5 Mon Sep 17 00:00:00 2001 From: Neting <532501838@qq.com> Date: Sat, 12 Dec 2020 03:31:46 +0800 Subject: [PATCH] Create main.yml --- .github/workflows/main.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 00000000..e76e758d --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,9 @@ +name: CI +on: [push] +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: Setup tmate session + uses: mxschmitt/action-tmate@v1