diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0811951..3f024ed 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -6,7 +6,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - name: 测试 - run:| - df - ls -al \ No newline at end of file + - name: 测试 + run:| + df + ls -al \ No newline at end of file