diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 28733d0d1..961d88a9e 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -9,16 +9,16 @@ jobs: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 + - name: Setup Go uses: actions/setup-go@v4 with: go-version: 1.21 - name: Build tool - run: | - ls -al - cd tools - go build ./cmd/review + working-directory: tools + run: go build ./cmd/review - name: Run tool run: ./tools/review ./docs/sources | head -n 3 > .to-review.txt