Skip to content

fixed .net7 warnings #2

fixed .net7 warnings

fixed .net7 warnings #2

Workflow file for this run

name: CSharpier
on:
pull_request:
branches: [ master ]
jobs:
check_formatting:
runs-on: ubuntu-latest
name: Check Formatting
steps:
- uses: actions/checkout@v2
- run: |
dotnet tool restore
dotnet csharpier --check .