Skip to content

Change Note schema

Change Note schema #14

Workflow file for this run

name: DotNet
on: [pull_request]
jobs:
format:
runs-on: ubuntu-latest
name: Format
steps:
- uses: actions/checkout@v2
- run: dotnet tool install -g dotnet-format
- name: Add dotnet-format problem matcher
uses: xt0rted/dotnet-format-problem-matcher@v1
- name: Run dotnet format
uses: xt0rted/dotnet-format@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}