From 1aa9e9ba90dc1c48d596e912748c284dcd59700c Mon Sep 17 00:00:00 2001 From: forever Date: Fri, 25 Oct 2024 07:19:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.github/workflows/test.yam?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ba492f7..cc38eb2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -3,10 +3,10 @@ name: Build on: push jobs: - build: - runs-on: ubuntu-latest - steps: - - name: 测试 - run: | - df - ls -al \ No newline at end of file + build: + runs-on: ubuntu-latest + steps: + - name: 测试 + run: | + df + ls -al \ No newline at end of file