Skip to content

Bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.0 in /ChronoJsonDiffP… #218

Bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.0 in /ChronoJsonDiffP…

Bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.0 in /ChronoJsonDiffP… #218

Workflow file for this run

name: dotnet-format
on: [push, pull_request]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET 3.1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.100
- name: Install dotnet-format
run: |
dotnet tool install -g dotnet-format
- name: Run dotnet-format
working-directory: ./ChronoJsonDiffPatch
run: dotnet-format ChronoJsonDiffPatch.sln --check