Skip to content

Commit

Permalink
Debug
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 d8a230f commit f11aff9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:
go-version: 1.21

- name: Build tool
working-directory: ./tools
run: go build ./cmd/review
run: |
ls -al
cd tools
go build ./cmd/review
- name: Run tool
run: ./tools/review ./docs/sources | head -n 3 > .to-review.txt
Expand Down

0 comments on commit f11aff9

Please sign in to comment.