Skip to content

Commit

Permalink
Merge branch 'main' into terpay/two-pool-routes
Browse files Browse the repository at this point in the history
  • Loading branch information
devbot-wizard committed Aug 8, 2023
2 parents 3508497 + 2c3f197 commit fd0424f
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .github/workflows/check-generated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,27 @@ jobs:
check-proto:
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v3
with:
fetch-depth: 1 # we need a .git directory to run git diff
-
name: Get git diff
uses: technote-space/[email protected]
with:
PATTERNS: |
proto/**
**/**.pb.go
**/client/**.go
scripts/ci/**
Makefile
Dockerfile
.github/workflows/check-generated.yml
-
name: 🐿 Setup Golang
uses: actions/setup-go@v4
with:
go-version: '^1.20'
-
uses: actions/checkout@v3
with:
fetch-depth: 1 # we need a .git directory to run git diff
-
name: "Check protobuf generated code"
run: scripts/ci/check-generated.sh

0 comments on commit fd0424f

Please sign in to comment.