Skip to content

Commit

Permalink
chore: sync main
Browse files Browse the repository at this point in the history
  • Loading branch information
johnletey committed Oct 7, 2024
2 parents 038604e + cebdf44 commit 8862c95
Show file tree
Hide file tree
Showing 30 changed files with 33,476 additions and 24,949 deletions.
10 changes: 2 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: proto-format proto-lint proto-breaking proto-gen license format lint test-unit build
.PHONY: proto-format proto-lint proto-gen license format lint test-unit build
all: proto-all format lint test-unit build

###############################################################################
Expand Down Expand Up @@ -38,7 +38,7 @@ lint:
BUF_VERSION=1.42
BUILDER_VERSION=0.15.1

proto-all: proto-format proto-lint proto-breaking proto-gen
proto-all: proto-format proto-lint proto-gen

proto-format:
@echo "🤖 Running protobuf formatter..."
Expand All @@ -58,12 +58,6 @@ proto-lint:
bufbuild/buf:$(BUF_VERSION) lint
@echo "✅ Completed protobuf linting!"

proto-breaking:
@echo "🤖 Running protobuf breaking checks..."
@docker run --rm --volume "$(PWD)":/workspace --workdir /workspace \
bufbuild/buf:$(BUF_VERSION) breaking --against "https://github.com/monerium/module-noble.git#branch=v1.0.0"
@echo "✅ Completed protobuf breaking checks!"

###############################################################################
### Testing ###
###############################################################################
Expand Down
35 changes: 17 additions & 18 deletions api/module/v1/module.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8862c95

Please sign in to comment.