Skip to content

Bump Microsoft.CodeAnalysis.NetAnalyzers from 8.0.0 to 9.0.0 (#17) #31

Bump Microsoft.CodeAnalysis.NetAnalyzers from 8.0.0 to 9.0.0 (#17)

Bump Microsoft.CodeAnalysis.NetAnalyzers from 8.0.0 to 9.0.0 (#17) #31

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: windows-latest
steps:
- name: Check out files
uses: actions/checkout@v2
- name: Build
run: dotnet build