Skip to content

docs: add more example usages #157

docs: add more example usages

docs: add more example usages #157

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