Skip to content

chore: Bump OpenFeature to 1.4.0 + react to deprecations #295

chore: Bump OpenFeature to 1.4.0 + react to deprecations

chore: Bump OpenFeature to 1.4.0 + react to deprecations #295

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: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Setup .NET Core 6.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
- name: Install format tool
run: dotnet tool install -g dotnet-format
- name: dotnet format
run: dotnet-format --folder --check