Skip to content

chore: remove FluentAssertions #1085

chore: remove FluentAssertions

chore: remove FluentAssertions #1085

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Setup .NET SDK
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4
with:
dotnet-version: 9.0.x
- name: dotnet format
run: dotnet format --verify-no-changes OpenFeature.sln