Skip to content

feat: Otel TracingHook implementation and repo skeleton #1

feat: Otel TracingHook implementation and repo skeleton

feat: Otel TracingHook implementation and repo skeleton #1

Workflow file for this run

name: shared/sdk-client
on:
push:
branches: [main, 'feat/**']
paths-ignore:
- '**.md' #Do not need to run CI for markdown changes.
pull_request:
branches: [main, 'feat/**']
paths-ignore:
- '**.md'
jobs:
build-test-sdk-client:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Shared CI Steps
uses: ./.github/actions/ci
with:
workspace_path: 'lib/ldotel'
java_version: 8