Skip to content

fix: Fix issue with DI documentation #967

fix: Fix issue with DI documentation

fix: Fix issue with DI documentation #967

Workflow file for this run

name: dotnet format
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check-format:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
- name: dotnet format
run: dotnet format --verify-no-changes OpenFeature.sln