Skip to content

fix: address review comments #758

fix: address review comments

fix: address review comments #758

Workflow file for this run

name: Observability Lib Checks
on:
push:
paths:
- "observability-lib/**"
jobs:
run-tests:
defaults:
run:
working-directory: observability-lib
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version-file: "go.mod"
- name: Build
run: make build
- name: Unit Tests
run: make test