Skip to content

Updating code finder to better work with multi line snippets #756

Updating code finder to better work with multi line snippets

Updating code finder to better work with multi line snippets #756

Workflow file for this run

name: dotnet format
on:
pull_request:
branches: [ main ]
jobs:
check-format:
runs-on: windows-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Install format tool
run: dotnet tool install -g dotnet-format
- name: Run dotnet format
run: dotnet-format --folder --check