mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-11-28 08:10:53 +00:00
ci: add bc-slip39-go as dependency
Signed-off-by: Julian Strobl <jmastr@mailbox.org>
This commit is contained in:
parent
62af66220f
commit
75bf805bcb
48
.github/workflows/audit.yaml
vendored
48
.github/workflows/audit.yaml
vendored
@ -15,6 +15,18 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Checkout dependency
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
repository: rddl-network/bc-slip39-go
|
||||||
|
path: bc-slip39-go
|
||||||
|
|
||||||
|
- name: Build dependency
|
||||||
|
run: |
|
||||||
|
pushd bc-slip39-go
|
||||||
|
./deps.sh
|
||||||
|
popd
|
||||||
|
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
@ -87,6 +99,18 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Checkout dependency
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
repository: rddl-network/bc-slip39-go
|
||||||
|
path: bc-slip39-go
|
||||||
|
|
||||||
|
- name: Build dependency
|
||||||
|
run: |
|
||||||
|
pushd bc-slip39-go
|
||||||
|
./deps.sh
|
||||||
|
popd
|
||||||
|
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
@ -108,6 +132,18 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Checkout dependency
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
repository: rddl-network/bc-slip39-go
|
||||||
|
path: bc-slip39-go
|
||||||
|
|
||||||
|
- name: Build dependency
|
||||||
|
run: |
|
||||||
|
pushd bc-slip39-go
|
||||||
|
./deps.sh
|
||||||
|
popd
|
||||||
|
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
@ -156,6 +192,18 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Checkout dependency
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
repository: rddl-network/bc-slip39-go
|
||||||
|
path: bc-slip39-go
|
||||||
|
|
||||||
|
- name: Build dependency
|
||||||
|
run: |
|
||||||
|
pushd bc-slip39-go
|
||||||
|
./deps.sh
|
||||||
|
popd
|
||||||
|
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user