Skip to content

Update description for OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERE… #391

Update description for OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERE…

Update description for OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERE… #391

Workflow file for this run

name: dotnet format
on:
push:
branches: [ main ]
paths:
- '**.cs'
- '.editorconfig'
pull_request:
branches: [ main ]
paths:
- '**.cs'
- '.editorconfig'
jobs:
check-format:
runs-on: windows-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
dotnet-version: 8.0.401
- name: dotnet format
run: dotnet format ./Splunk.OpenTelemetry.AutoInstrumentation.sln --no-restore --verify-no-changes