Skip to content

Snapshots - tests - .NET Framework #650

Snapshots - tests - .NET Framework

Snapshots - tests - .NET Framework #650

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0
with:
dotnet-version: 10.0.101
- name: dotnet format
run: dotnet format ./Splunk.OpenTelemetry.AutoInstrumentation.slnx --no-restore --verify-no-changes