Skip to content

Bump roslynator.dotnet.cli from 0.9.3 to 0.12.0 #39

Bump roslynator.dotnet.cli from 0.9.3 to 0.12.0

Bump roslynator.dotnet.cli from 0.9.3 to 0.12.0 #39

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: 7.0.x
- name: Build
run: dotnet build --configuration Release
- name: Run .NET Code Analysis
run: dotnet tool restore && dotnet roslynator analyze