diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index ef8e8f8..86a3963 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -17,13 +17,13 @@ jobs: go: [ '1.20' ] steps: + - name: Check out + uses: actions/checkout@v3 - name: Setup Go uses: actions/setup-go@v3 with: go-version: ${{ matrix.go }} cache: true - - name: Check out - uses: actions/checkout@v3 - name: Lint run: go vet - name: Test