Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Bump NUnit from 3.13.3 to 3.14.0 #551

Bump NUnit from 3.13.3 to 3.14.0

Bump NUnit from 3.13.3 to 3.14.0 #551

Workflow file for this run

name: Code Quality
on: [ pull_request, push ]
jobs:
quality:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install .NET 3.1.x
uses: actions/setup-dotnet@v1
with:
dotnet-version: "3.1.x"
- name: Install .NET 6.0.x
uses: actions/setup-dotnet@v1
with:
dotnet-version: "6.0.x"
- name: Restore Tools
run: dotnet tool restore
- name: Restore Packages
run: dotnet restore
- name: InspectCode
run: dotnet jb inspectcode ${{github.workspace}}/DragonFruit.Six.Api.sln --output=${{github.workspace}}/inspectcodereport.xml --cachesDir=${{github.workspace}}/inspectcode --verbosity=WARN --no-build
- name: NVika
run: dotnet nvika parsereport "${{github.workspace}}/inspectcodereport.xml"