From 3204919a34ff294c8aa563736c9a1bc6402e2659 Mon Sep 17 00:00:00 2001 From: "navid.shariaty" Date: Tue, 7 Nov 2023 19:31:11 +0330 Subject: [PATCH] fix indention --- .github/workflows/ci.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5d0e0d8..b5376c9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,19 +18,19 @@ jobs: with: version: latest args: --timeout 5m - test: - name: test - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 - with: - go-version: '^1.16' - - uses: RyanSiu1995/kubebuilder-action@v1.2.1 - - run: make test - - uses: codecov/codecov-action@v1 - with: - files: coverage.out + test: + name: test + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: actions/setup-go@v2 + with: + go-version: '^1.16' + - uses: RyanSiu1995/kubebuilder-action@v1.2.1 + - run: make test + - uses: codecov/codecov-action@v1 + with: + files: coverage.out docker: name: docker runs-on: ubuntu-latest