Skip to content

Add a fixer for the PosInfoMoq1005 rule. #78

Add a fixer for the PosInfoMoq1005 rule.

Add a fixer for the PosInfoMoq1005 rule. #78

name: Continuous Integration
on:
pull_request:
branches: [ "main" ]
push:
branches: [ "releases/**" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET 8.x
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.x'
- name: Build
run: dotnet build --property:Configuration=Debug "PosInformatique.Moq.Analyzers.sln"
- name: Test with the dotnet CLI
run: dotnet test --property:Configuration=Debug "PosInformatique.Moq.Analyzers.sln"