Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Patryk Małek <malekpatryk+github@gmail.com>
  • Loading branch information
rainest and pmalek committed Nov 16, 2023
1 parent 44fe9b7 commit cf4428d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/check.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -ex

diff -u <(echo -n) <(gofmt -d -s .)
gofmt -d -s .
./scripts/verify-codegen.sh
golint -set_exit_status $(go list ./...)
go vet .
Expand Down
2 changes: 1 addition & 1 deletion .ci/setup_kong.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ docker run -d --name $GATEWAY_CONTAINER_NAME \
-p 127.0.0.1:8444:8444 \
$KONG_IMAGE

waitContainer "Kong" 8001 0.2
waitContainer "Kong" 8001 0.2

0 comments on commit cf4428d

Please sign in to comment.