Skip to content

Bump OTel .NET Auto to 1.9.0 (#569) #401

Bump OTel .NET Auto to 1.9.0 (#569)

Bump OTel .NET Auto to 1.9.0 (#569) #401

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/checkout@v4.2.2
- uses: actions/setup-dotnet@v4.1.0
with:
dotnet-version: 8.0.403
- name: dotnet format
run: dotnet format ./Splunk.OpenTelemetry.AutoInstrumentation.sln --no-restore --verify-no-changes