Skip to content

feat: Implement py-peer of Universal Connectivity dApp #79

feat: Implement py-peer of Universal Connectivity dApp

feat: Implement py-peer of Universal Connectivity dApp #79

Workflow file for this run

name: go-peer ci
on:
pull_request:
paths:
- 'go-peer/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
go-check:
uses: libp2p/uci/.github/workflows/go-check.yml@v0.0
with:
go-version: '1.23.x'
go-test:
uses: libp2p/uci/.github/workflows/go-test.yml@v0.0

Check failure on line 18 in .github/workflows/go-ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/go-ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/go-ci.yml" -> "libp2p/uci/.github/workflows/go-test.yml@v0.0" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
go-versions: '["1.23.x"]'