Skip to content

Commit

Permalink
Merge pull request #237 from spacemeshos/re-enable-make-lint
Browse files Browse the repository at this point in the history
Re-enable linter
  • Loading branch information
fasmat authored May 10, 2023
2 parents 2d446db + 2fbff35 commit 084c0ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ jobs:

- name: lint and check build
run: |
# TODO(mafa): temorary disabled
# Runs the buf linter and checks for breaking changes
# make https
make https
# Attempts to build using `protoc`. Probably redundant given the next step.
make protoc
Expand Down

0 comments on commit 084c0ef

Please sign in to comment.