Skip to content

batch - support integration-name instead of integration-ID (#32) #54

batch - support integration-name instead of integration-ID (#32)

batch - support integration-name instead of integration-ID (#32) #54

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
env:
GO111MODULE: on
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@37335c7bb261b353407cff977110895fa0b4f7d8
with:
go-version: 1.20.x
- name: Run build
run: make build