Skip to content

Add comprehensive docs: Fabric on Kubernetes overview, architecture diagram, and Enterprise Blockchain Solution image for the TreeTracker system #147

Add comprehensive docs: Fabric on Kubernetes overview, architecture diagram, and Enterprise Blockchain Solution image for the TreeTracker system

Add comprehensive docs: Fabric on Kubernetes overview, architecture diagram, and Enterprise Blockchain Solution image for the TreeTracker system #147

Workflow file for this run

name: "Pre-Commit"
on:
pull_request:
push:
branches:
- master
jobs:
pre-commit:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v3
- uses: pre-commit/action@v2.0.3