From 65f7c63582fe7d44c78e41dc83aa2c6e099f2c8f Mon Sep 17 00:00:00 2001 From: forever Date: Fri, 25 Oct 2024 07:17:42 +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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d4801f7..0811951 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -5,8 +5,8 @@ on: push jobs: build: runs-on: ubuntu-latest -steps: - - name: 测试 - run:| - df - ls -al \ No newline at end of file + steps: + - name: 测试 + run:| + df + ls -al \ No newline at end of file