Skip to content

Commit

Permalink
chore(protolint): REVERT enable buf lint breaking changes check
Browse files Browse the repository at this point in the history
  • Loading branch information
noam-alchemy committed Aug 22, 2023
1 parent 1dd8578 commit c2c5912
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ jobs:
uses: bufbuild/buf-setup-action@v1
- name: buf lint
uses: bufbuild/buf-lint-action@v1
- name: buf breaking
uses: bufbuild/buf-breaking-action@v1
with:
# The 'main' branch of the GitHub repository that defines the module.
against: "https://github.com/${GITHUB_REPOSITORY}.git#branch=main"
# - name: buf breaking
# uses: bufbuild/buf-breaking-action@v1
# with:
# # The 'main' branch of the GitHub repository that defines the module.
# against: "https://github.com/${GITHUB_REPOSITORY}.git#branch=main"

cog_check_job:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c2c5912

Please sign in to comment.