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