Skip to content

Commit

Permalink
Add ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aimenux committed Jun 25, 2024
1 parent e11d6fc commit 7396f48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -372,5 +372,3 @@ dotnet_diagnostic.CS8618.severity = none
resharper_unused_member_global_highlighting = none
resharper_class_never_instantiated_global_highlighting = none
resharper_collection_never_updated_global_highlighting = none

dotnet_diagnostic.IDE0055.severity = none
1 change: 1 addition & 0 deletions JsonPolymorphicDemo.sln
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "files", "files", "{703428A9
Directory.Build.props = Directory.Build.props
global.json = global.json
README.md = README.md
.github\workflows\ci.yml = .github\workflows\ci.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{8BCBD2CA-03E8-43EB-9BB1-77C5F1CB0D4F}"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![.NET](https://github.com/aimenux/JsonPolymorphicDemo/actions/workflows/ci.yml/badge.svg)](https://github.com/aimenux/JsonPolymorphicDemo/actions/workflows/ci.yml)

# JsonPolymorphicDemo
```
Serialization and deserialization of polymorphic types
Expand Down

0 comments on commit 7396f48

Please sign in to comment.