Skip to content

Commit

Permalink
Check out the repository
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Baldry <[email protected]>
  • Loading branch information
jdbaldry committed Feb 13, 2024
1 parent f11aff9 commit 1c6a3db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c6a3db

Please sign in to comment.