Skip to content

Commit

Permalink
update spell and grammer lint workflow
Browse files Browse the repository at this point in the history
Signed-off-by: suvajit-sarkar <suvajit.sarkar@accenture.com>
  • Loading branch information
suvajit-sarkar committed Dec 4, 2023
1 parent ddfaeda commit 3285a4f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ on:
description: 'Disable grammar check'
default: 'false'
required: false
push:
branches:
- "**"
pull_request:
paths:
- 'docs/*.md'
types: [opened, edited, updated]

env:
GRAMMAR_CHECK_DISABLED: ${{ github.event.inputs.grammar_check_disabled || 'false' }}
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ It includes:
- Helm charts for various operational features like adding new nodes, and deploying smart contracts.
- Helm charts to deploy Hyperledger Cacti connectors for Fabric, Quorum and Besu networks.
- Ansible playbooks and modular role definitions to automate the deployment of Helm charts.
- Ansible playbooks and roles to automated deployment of Hyperledger fabric using bevel-operator-fabric(Kubernetes operator for managing Hyperledger Fabric networks).
- Ansible playbooks and roles to automate deployment of Hyperledger fabric using bevel-operator-fabric(Kubernetes operator for managing Hyperledger Fabric networks).
- Integrated CD using GitOps so that once the network is set up, all changes can be done via git PRs/merges.
- Configuration for Ambassador Edge Stack, HAProxy (for Hyperledger Fabric) and Isto Ingress (for Substrate) to act as Ingress Controller.

Expand Down

0 comments on commit 3285a4f

Please sign in to comment.