Skip to content

Commit

Permalink
ignore whitespace variation
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfoxtyler committed Jan 10, 2025
1 parent 31f85ec commit 7f86636
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-dgraph-core-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cd ./protos
go mod tidy
make regenerate
git diff --exit-code -- .
git diff -b --exit-code -- .
- name: Make Linux Build and Docker Image
run: make docker-image
- name: Build Test Binary
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-dgraph-systest-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
cd ./protos
go mod tidy
make regenerate
git diff --exit-code -- .
git diff -b --exit-code -- .
- name: Make Linux Build and Docker Image
run: make docker-image
- name: Install gotestsum
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-dgraph-vector-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
cd ./protos
go mod tidy
make regenerate
git diff --exit-code -- .
git diff -b --exit-code -- .
- name: Make Linux Build and Docker Image
run: make docker-image
- name: Install gotestsum
Expand Down
43 changes: 23 additions & 20 deletions protos/pb/pb.pb.go

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

0 comments on commit 7f86636

Please sign in to comment.