Skip to content

Create a OneBranch pipeline YML that uses a IES pipeline template #770

Create a OneBranch pipeline YML that uses a IES pipeline template

Create a OneBranch pipeline YML that uses a IES pipeline template #770

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