Skip to content

Bump NUnit.Analyzers from 4.5.0 to 4.6.0 #24

Bump NUnit.Analyzers from 4.5.0 to 4.6.0

Bump NUnit.Analyzers from 4.5.0 to 4.6.0 #24

Workflow file for this run

name: Linter
on:
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.x
- name: Build
run: dotnet build --configuration Release
- name: Run .NET Code Analysis
run: dotnet tool restore && dotnet roslynator analyze