Skip to content

feat: add temp fix for fluent search #2

feat: add temp fix for fluent search

feat: add temp fix for fluent search #2

Workflow file for this run

name: Lint check
on: push
jobs:
lint-check:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.x
- run: dotnet format --verify-no-changes