Skip to content

Commit

Permalink
add multiformats/multicodec as a git submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann authored and mvdan committed Jul 16, 2021
1 parent 2a00596 commit 14e1238
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go-generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: actions/setup-go@v2
with:
go-version: "1.16.x"
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "multicodec"]
path = multicodec
url = https://github.com/multiformats/multicodec
7 changes: 3 additions & 4 deletions gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions multicodec
Submodule multicodec added at b1bf92

0 comments on commit 14e1238

Please sign in to comment.