diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8e5c447..d4801f7 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