Skip to content

Bump Roslynator.Formatting.Analyzers from 1.1.0 to 4.12.9 #141

Bump Roslynator.Formatting.Analyzers from 1.1.0 to 4.12.9

Bump Roslynator.Formatting.Analyzers from 1.1.0 to 4.12.9 #141

Workflow file for this run

name: CI
on:
push:
branches:
- 'develop'
- 'feature/**'
paths:
- '**.cs'
- '**.csproj'
pull_request:
branches:
- 'develop'
- 'feature/**'
paths:
- '**.cs'
- '**.csproj'
workflow_dispatch:
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/[email protected]
- name: Setup .NET 3.1.x
uses: actions/[email protected]
with:
dotnet-version: 3.1.x
- name: Restore dependencies
run: dotnet restore
- name: Build 3.x
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal