Skip to content

[VCARB-524] Tell Shopmonkey about company IDs #956

[VCARB-524] Tell Shopmonkey about company IDs

[VCARB-524] Tell Shopmonkey about company IDs #956

Workflow file for this run

name: Go
on:
push:
branches: ["main"]
pull_request:
concurrency:
group: go-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23
- name: Go Build
run: go build -v ./...
- name: Go Unit Tests
run: go test -v ./...