Skip to content

Use dotnet format from SDK (#138) #245

Use dotnet format from SDK (#138)

Use dotnet format from SDK (#138) #245

Workflow file for this run

name: dotnet format
on:
push:
branches: [ 'main*' ]
paths:
- '**.cs'
- '.editorconfig'
pull_request:
branches: [ 'main*' ]
paths:
- '**.cs'
- '.editorconfig'
jobs:
check-format:
runs-on: windows-latest
permissions: {}
steps:
- name: check out code
uses: actions/checkout@v4
with:
persist-credentials: false
- name: dotnet format
run: dotnet format --verify-no-changes