Skip to content

Commit

Permalink
Run make bootstrap to install tool dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Radoslav Dimitrov <[email protected]>
  • Loading branch information
rdimitrov committed May 31, 2024
1 parent 513de56 commit a95a10f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-make-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version-file: 'go.mod'
- name: Run make bootstrap to download the tool dependencies
run: |
make bootstrap
- name: Run make gen
run: make gen
- name: Check for uncommitted changes
Expand Down

0 comments on commit a95a10f

Please sign in to comment.