From b591b05b3519307bdac832aee9adabf3d040e3cb Mon Sep 17 00:00:00 2001 From: mac-mini-2024 Date: Wed, 20 Nov 2024 22:13:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20GitHub=20Actions?= =?UTF-8?q?=20=E5=B7=A5=E4=BD=9C=E6=B5=81=E4=BB=A5=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=92=8C=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/test.yaml diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml new file mode 100644 index 0000000..fd2565b --- /dev/null +++ b/.github/workflows/test.yaml @@ -0,0 +1,11 @@ +on: + push: + +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: yanhao98/composite-actions/setup-node-environment@main + - name: deploy + run: | + npx vue-tsc -b