Skip to content

Update file/product version in resource.rc (#2764) #15

Update file/product version in resource.rc (#2764)

Update file/product version in resource.rc (#2764) #15

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: check out code
uses: actions/checkout@v3.5.3
- name: Setup .NET 7.0
uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: 7.0.306
- name: dotnet format
run: dotnet format .\OpenTelemetry.AutoInstrumentation.sln --no-restore --verify-no-changes