Skip to content

Instrumentation RabbitMQ.Client 7.0.0 - traces #3210

Instrumentation RabbitMQ.Client 7.0.0 - traces

Instrumentation RabbitMQ.Client 7.0.0 - traces #3210

Workflow file for this run

name: dotnet format
on:
push:
branches: [ main ]
paths:
- '**.cs'
- '.editorconfig'
pull_request:
branches: [ main ]
paths:
- '**.cs'
- '.editorconfig'
merge_group:
workflow_dispatch:
jobs:
check-format:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag: v4.2.2
- name: Setup .NET 8
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # tag: v4.1.0
with:
dotnet-version: 8.0.403
- name: dotnet format
run: dotnet format .\OpenTelemetry.AutoInstrumentation.sln --no-restore --verify-no-changes