From a42251db5de28c6ef2f0499afbd708677ac87860 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Thu, 29 Jul 2021 18:12:16 +0000 Subject: [PATCH] Update repository config Signed-off-by: 1gtm <1gtm@appscode.com> --- .github/workflows/ci.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6121d45..a5a7476 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,19 +7,19 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v2 - - name: Set up Go - uses: actions/setup-go@v2 - with: - go-version: 1.16 + - name: Set up Go + uses: actions/setup-go@v2 + with: + go-version: 1.16 - - name: Build - run: | - cd v2 - go build -v ./... + - name: Build + run: | + cd v2 + go build -v ./... - - name: Test - run: | - cd v2 - go test -v ./... + - name: Test + run: | + cd v2 + go test -v ./...