Skip to content

Commit

Permalink
Merge pull request #231 from spacemeshos/enable-breaking-check-again
Browse files Browse the repository at this point in the history
Re-enable check for breaking changes
  • Loading branch information
fasmat authored Apr 17, 2023
2 parents 5c99833 + deb4e95 commit c09ee56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: lint and check build
run: |
# Runs the buf linter and checks for breaking changes
# make https # TODO: temporarily disabled
make https
# Attempts to build using `protoc`. Probably redundant given the next step.
make protoc
Expand Down

0 comments on commit c09ee56

Please sign in to comment.