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 ./...