Skip to content

Bump OTel AutoInstrumentation to 1.0.0-rc.2 (#282) #210

Bump OTel AutoInstrumentation to 1.0.0-rc.2 (#282)

Bump OTel AutoInstrumentation to 1.0.0-rc.2 (#282) #210

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@v3.5.3
- uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: 7.0.304
- name: dotnet format
run: dotnet format ./Splunk.OpenTelemetry.AutoInstrumentation.sln --verify-no-changes