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,17 @@
# ⚠️ IMPORTANT ⚠️
# Please do not create a Pull Request for this repository
The contents of this repository are automatically synced from the parent [js-libp2p Examples Project](https://github.com/libp2p/js-libp2p-examples) so any changes made to the standalone repository will be lost after the next sync.
Please open a PR against [js-libp2p Examples](https://github.com/libp2p/js-libp2p-examples) instead.
## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the [js-libp2p Examples Project](https://github.com/libp2p/js-libp2p-examples)
1. Create your Feature Branch (`git checkout -b feature/amazing-example`)
1. Commit your Changes (`git commit -a -m 'feat: add some amazing example'`)
1. Push to the Branch (`git push origin feature/amazing-example`)
1. Open a Pull Request

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