Skip to content

Commit

Permalink
rm commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
NagaTulasi committed Sep 20, 2024
1 parent 121cb72 commit 0068cd2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 102 deletions.
101 changes: 0 additions & 101 deletions .github/workflows/proto.yml
Original file line number Diff line number Diff line change
@@ -1,104 +1,3 @@
# name: Protobuf
# # Protobuf runs buf (https://buf.build/) lint and check-breakage
# # This workflow is only run when a .proto file has been changed
# on:
# pull_request:

# concurrency:
# group: ci-${{ github.ref }}-protobuf
# cancel-in-progress: true

# jobs:
# lint:
# runs-on: ubuntu-latest
# timeout-minutes: 5
# steps:
# - uses: actions/checkout@v3
# - uses: technote-space/get-diff-action@v4
# with:
# PATTERNS: |
# **/**.proto
# - name: lint
# run: make proto-lint
# if: env.GIT_DIFF
# breakage:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: technote-space/get-diff-action@v4
# with:
# PATTERNS: |
# **/**.proto
# - name: check-breakage
# run: make proto-check-breaking
# if: env.GIT_DIFF


# name: Protobuf
# # Protobuf runs buf (https://buf.build/) lint and check-breakage
# # This workflow is only run when a .proto file has been changed
# on:
# pull_request:

# concurrency:
# group: ci-${{ github.ref }}-protobuf
# cancel-in-progress: true

# jobs:
# lint:
# runs-on: ubuntu-latest
# timeout-minutes: 5
# steps:
# - uses: actions/checkout@v3
# - uses: technote-space/get-diff-action@v4
# id: get_diff
# with:
# PATTERNS: |
# **/**.proto
# - name: lint
# run: make proto-lint
# if: steps.get_diff.outputs.changed == 'true'

# breakage:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: technote-space/get-diff-action@v4
# id: get_diff
# with:
# PATTERNS: |
# **/**.proto
# - name: check-breakage
# run: make proto-check-breaking
# if: steps.get_diff.outputs.changed == 'true'

# name: Protobuf
# # Protobuf runs buf (https://buf.build/) lint and check-breakage
# # This workflow runs on every pull request

# on:
# pull_request:

# concurrency:
# group: ci-${{ github.ref }}-protobuf
# cancel-in-progress: true

# jobs:
# lint:
# runs-on: ubuntu-latest
# timeout-minutes: 5
# steps:
# - uses: actions/checkout@v3
# - name: lint
# run: make proto-lint

# breakage:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - name: check-breakage
# run: make proto-check-breaking

name: Protobuf
# Protobuf runs buf (https://buf.build/) lint and check-breakage
# This workflow is only run when a .proto file has been changed
Expand Down
1 change: 0 additions & 1 deletion proto/buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ lint:
ignore:
- tendermint
allow_comment_ignores: true

0 comments on commit 0068cd2

Please sign in to comment.