Skip to content

[chore] Adds an SDK language and version to the heads passed to cdp-service #60

[chore] Adds an SDK language and version to the heads passed to cdp-service

[chore] Adds an SDK language and version to the heads passed to cdp-service #60

Workflow file for this run

name: Run Unit Tests
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run Unit Tests
run: make test