Skip to content

fix: update message for .Should().Contain() (#205) #148

fix: update message for .Should().Contain() (#205)

fix: update message for .Should().Contain() (#205) #148

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup .NET 6
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- run: dotnet test --configuration Release --filter 'TestCategory=Completed'
- run: dotnet pack src/FluentAssertions.Analyzers/FluentAssertions.Analyzers.csproj