Havunen / SystemTextJsonPatch

SystemTextJsonPatch is a JSON Patch (JsonPatchDocument) RFC 6902 implementation for .NET using System.Text.Json
MIT License
102 stars 12 forks source link

Implement CI build #3

Closed ilmax closed 2 years ago

ilmax commented 2 years ago

Fixes #2

On top of regular build & test, I've added support for publishing test result in a message to the PR, see example here and here This part is optional and can be removed if you don't like it

The inspiration for this was from github valet, see here