Skip to content

Bump Microsoft.NET.Test.Sdk and Newtonsoft.Json in /ChronoJsonDiffPatch #466

Bump Microsoft.NET.Test.Sdk and Newtonsoft.Json in /ChronoJsonDiffPatch

Bump Microsoft.NET.Test.Sdk and Newtonsoft.Json in /ChronoJsonDiffPatch #466

Workflow file for this run

name: csharpier
on: [push, pull_request]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET 9
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9
- name: Restore .NET tools
working-directory: ./ChronoJsonDiffPatch
run: dotnet tool restore
- name: Run CSharpier
working-directory: ./ChronoJsonDiffPatch
run: dotnet csharpier . --check