Skip to content

Commit 9ca1613

Browse files
committed
fix(ci): also checkout pilot-protocol/policy (transitive replace)
1 parent 08a31bb commit 9ca1613

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ jobs:
3636
repository: pilot-protocol/handshake
3737
path: handshake
3838

39+
- name: Checkout policy
40+
uses: actions/checkout@v4
41+
with:
42+
repository: pilot-protocol/policy
43+
path: policy
44+
3945
- uses: actions/setup-go@v5
4046
with:
4147
go-version: '1.25'

0 commit comments

Comments
 (0)