Skip to content

Commit

Permalink
further fixes to the ensure-docs-compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlapao committed Oct 18, 2024
1 parent e6a38bc commit d8d6a1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ensure-docs-compiled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
- name: Checkout 🛎
uses: actions/checkout@v2
- uses: actions/setup-go@v4
with:
go-version: '1.22'
check-latest: true
- shell: bash
run: make generate
- shell: bash
Expand Down

0 comments on commit d8d6a1d

Please sign in to comment.