Add interoperability test for py-libp2p and js-libp2p with enhanced logging

This commit is contained in:
paschal533
2025-06-09 00:11:19 +01:00
committed by acul71
parent 505d3b2a8f
commit 1507100632
13 changed files with 1632 additions and 5 deletions

View File

@ -0,0 +1,19 @@
name: pull
on:
workflow_dispatch
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Pull from another repository
uses: ipfs-examples/actions-pull-directory-from-repo@main
with:
source-repo: libp2p/js-libp2p-examples
source-folder-path: examples/${{ github.event.repository.name }}
source-branch: main
target-branch: main
git-username: github-actions
git-email: github-actions@github.com