Skip to content

docs: developer onboarding pass for all entry-point READMEs (#1466) #160

docs: developer onboarding pass for all entry-point READMEs (#1466)

docs: developer onboarding pass for all entry-point READMEs (#1466) #160

name: vetkeys-basic-bls-signing
on:
push:
branches:
- master
pull_request:
paths:
- motoko/vetkeys/basic_bls_signing/**
- rust/vetkeys/basic_bls_signing/**
- .github/workflows/vetkeys-basic-bls-signing.yml
- .github/workflows/_run-example.yml
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
motoko:
uses: ./.github/workflows/_run-example.yml
with:
language: motoko
working-directory: motoko/vetkeys/basic_bls_signing
run: |
icp network start -d
icp deploy
rust:
uses: ./.github/workflows/_run-example.yml
with:
language: rust
working-directory: rust/vetkeys/basic_bls_signing
run: |
icp network start -d
icp deploy