Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 536 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 536 Bytes

setup-hlf

GitHub Action to set up Hyperledger Fabric Framework

Example workflow

name: Setup HLF
on: [push, pull_request, workflow_dispatch]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: Setup Hyperledger Fabric
        uses: arjundashrath/[email protected]

Action Inputs

Input Description Required
fabric-version The specific version of hlf to be installed false

feel free to contact me at [email protected]