diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index c9cc502..e6f1037 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -14,10 +14,10 @@ jobs: uses: actions/setup-go@v2 with: go-version: 1.15.x - - name: Build garble - run: go build - name: Checkout code uses: actions/checkout@v2 + - name: Build garble + run: go build - name: Checkout staticcheck uses: actions/checkout@v2 with: