Skip to content

Support Get method on Connector Client for Teams specific context (#74) #10

Support Get method on Connector Client for Teams specific context (#74)

Support Get method on Connector Client for Teams specific context (#74) #10

Workflow file for this run

name: Build
on:
push:
branches: [ develop, master ]
pull_request:
branches: [ "develop" ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
- name: Gomod
run: go mod download
- name: Gofmt
run: hack/verify-gofmt.sh
- name: Go vet
run: hack/verify-govet.sh
- name: Test
run: go test -race -cover ./...