diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b7c364d..1ca0b5c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,4 +1,4 @@ -name: test +name: test on: [push, pull_request] jobs: @@ -13,7 +13,7 @@ jobs: go-version: 1.17 id: go - - name: Check out code + - name: Check out code uses: actions/checkout@v1 - name: Get dependencies