Skip to content

Triparty precompile functions for block delay and bridge limits #2796

Triparty precompile functions for block delay and bridge limits

Triparty precompile functions for block delay and bridge limits #2796

Workflow file for this run

name: Build
# The workflow sets up the Go environment, checks for changes in specific file
# patterns, and triggers the build process if necessary.
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
check-latest: true
- uses: technote-space/get-diff-action@v6.1.2
id: git_diff
with:
PATTERNS: |
**/**.go
go.mod
go.sum
- run: |
make build
if: env.GIT_DIFF