Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
leohhhn committed Sep 26, 2024
1 parent b460567 commit 0ef0ed5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/table-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
with:
go-version: '1.22'

- name: Install mdtable
run: go get moul.io/mdtable

- name: Install embedmd
run: go get github.com/campoy/embedmd

- name: Install dependencies
run: go mod download

Expand Down

0 comments on commit 0ef0ed5

Please sign in to comment.