From 2ae97da53959ce82612b848a0a6d005a66ff92c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Mon, 30 Sep 2024 15:07:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=8D=E5=86=8D=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E7=9A=84=20action.yml=20=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 action.yml diff --git a/action.yml b/action.yml deleted file mode 100644 index c8190ff..0000000 --- a/action.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: "Hello World" -description: "Greet someone" -runs: - using: "composite" - steps: - - name: Checkout - id: checkout - uses: actions/checkout@main - - name: 安装 pnpm - uses: pnpm/action-setup@v4 - with: - version: latest - run_install: false - - uses: actions/setup-node@v4 - id: setup-node - with: - node-version: lts/* - cache: '' \ No newline at end of file